Changed import scheme #75

Merged
Jef Roosens merged 2 commits from rework-imports into develop 2021-05-13 20:50:11 +02:00
2 changed files with 2 additions and 5 deletions
Showing only changes of commit cc9ff7635c - Show all commits

View file

@ -83,7 +83,7 @@ pipeline:
root: build-cache/ root: build-cache/
flush: true flush: true
# Delete cache older than 30 days (might lower this) # Delete cache older than 30 days (might lower this)
flush_age: 30 flush_age: 14
secrets: [ cache_s3_access_key, cache_s3_secret_key ] secrets: [ cache_s3_access_key, cache_s3_secret_key ]
# Push the cache, even on failure # Push the cache, even on failure

View file

@ -1,8 +1,5 @@
use crate::FejDbConn; use crate::FejDbConn;
use fej::{ use fej::ivago::{db::search_streets, get_pickup_times, BasicDate, PickupTime, Street};
db::search_streets,
ivago::{get_pickup_times, BasicDate, PickupTime, Street},
};
use rocket::http::Status; use rocket::http::Status;
use rocket_contrib::json::Json; use rocket_contrib::json::Json;