Flatten import for db-Schedule

This commit is contained in:
Tobias Reisinger 2023-11-23 13:39:18 +01:00
parent ee68405874
commit 452454f9e8
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 7 additions and 5 deletions
emgauwa-lib/src/handlers/v1

View file

@ -4,7 +4,7 @@ use sqlx::pool::PoolConnection;
use sqlx::{Pool, Sqlite};
use crate::db::errors::DatabaseError;
use crate::db::schedules::*;
use crate::db::{Periods, Schedule};
use crate::db::tag::Tag;
use crate::db::types::EmgauwaUid;
use crate::handlers::errors::ApiError;