clippy
Some checks failed
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled
CI/CD Pipeline / test (push) Has been cancelled

This commit is contained in:
2024-08-21 16:16:07 +02:00
parent cf9b79e56e
commit d971c1504c
2 changed files with 3 additions and 7 deletions

View File

@ -9,11 +9,7 @@ use serde::Serialize;
use sqlx::{FromRow, Row, SqlitePool};
use super::{
notification::Notification,
role::Role,
trip,
tripdetails::{self, TripDetails},
triptype::TripType,
notification::Notification, role::Role, tripdetails::TripDetails, triptype::TripType,
user::User,
};