mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 14:01:04 +00:00
refactor: remove unused import
This commit is contained in:
parent
95dc6bc3d9
commit
6cacf5e0f3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use chrono::{Utc, Duration, NaiveDateTime};
|
||||
use ::entity::{session, candidate};
|
||||
use ::entity::session;
|
||||
use sea_orm::{*, prelude::Uuid};
|
||||
|
||||
use crate::Mutation;
|
||||
|
|
|
|||
Loading…
Reference in a new issue