removed useless use statements because I nuked the non working sqlx tests (will do later)

This commit is contained in:
LinlyBoi
2022-12-31 23:19:31 +02:00
parent 9f18b593f9
commit 2247a50296

View File

@@ -1,12 +1,8 @@
use crate::{driver_data::Driver, pog::SqlStruct};
use super::*; use super::*;
use actix_web::{ use actix_web::{
http::header::ContentType, http::header::ContentType,
test::{self, init_service}, test::{self, init_service},
}; };
use chrono::NaiveDate;
use sqlx::{PgPool, Row};
//TODO: sqlx offline mode for these tests //TODO: sqlx offline mode for these tests
#[actix_web::test] #[actix_web::test]