fix: remove unused imports
This commit is contained in:
parent
3e64a49338
commit
9e56eec021
3 changed files with 3 additions and 5 deletions
|
@ -2,10 +2,9 @@ use actix_cors::Cors;
|
|||
use actix_web::{App, HttpServer, web};
|
||||
use argon2::Argon2;
|
||||
use clap::Parser;
|
||||
use redis::aio::MultiplexedConnection;
|
||||
use simple_logger::SimpleLogger;
|
||||
use sqlx::{PgPool, Pool, Postgres};
|
||||
use std::{cell::Cell, time::SystemTime};
|
||||
use std::time::SystemTime;
|
||||
mod config;
|
||||
use config::{Config, ConfigBuilder};
|
||||
mod api;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue