Fixed faulty import line
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
parent
6d95ffd372
commit
cc9ff7635c
|
@ -83,7 +83,7 @@ pipeline:
|
|||
root: build-cache/
|
||||
flush: true
|
||||
# Delete cache older than 30 days (might lower this)
|
||||
flush_age: 30
|
||||
flush_age: 14
|
||||
|
||||
secrets: [ cache_s3_access_key, cache_s3_secret_key ]
|
||||
# Push the cache, even on failure
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue