Fixed faulty import line
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
6d95ffd372
commit
cc9ff7635c
2 changed files with 2 additions and 5 deletions
|
|
@ -1,8 +1,5 @@
|
|||
use crate::FejDbConn;
|
||||
use fej::{
|
||||
db::search_streets,
|
||||
ivago::{get_pickup_times, BasicDate, PickupTime, Street},
|
||||
};
|
||||
use fej::ivago::{db::search_streets, get_pickup_times, BasicDate, PickupTime, Street};
|
||||
use rocket::http::Status;
|
||||
use rocket_contrib::json::Json;
|
||||
|
||||
|
|
|
|||
Reference in a new issue