Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonVirgo committed Aug 4, 2024
1 parent 31814a8 commit a517555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use actix_web::{get, middleware::Logger, web::Data, App, HttpResponse, HttpServer, Responder};
use actix_web::{get, web::Data, App, HttpResponse, HttpServer, Responder};
use dotenv::dotenv;
use mafiascum_scraper::{routes, utils::app_state::AppState, utils::logger};
use mime;
Expand Down

0 comments on commit a517555

Please sign in to comment.