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/ws

View file

@ -1,4 +1,4 @@
use crate::db::schedules::Schedule;
use crate::db::Schedule;
use crate::handlers::errors::ApiError;
use actix::{Actor, StreamHandler};
use actix_web::{get, web, HttpRequest, HttpResponse};