mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-05 19:11:06 +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 chrono::{Utc, Duration, NaiveDateTime};
|
||||||
use ::entity::{session, candidate};
|
use ::entity::session;
|
||||||
use sea_orm::{*, prelude::Uuid};
|
use sea_orm::{*, prelude::Uuid};
|
||||||
|
|
||||||
use crate::Mutation;
|
use crate::Mutation;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue