Remove unused import
This commit is contained in:
parent
ce49c3df81
commit
a90434f020
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
use diesel::{prelude::*, row::Field};
|
use diesel::prelude::*;
|
||||||
use juniper::{graphql_object, EmptySubscription, FieldResult, IntoFieldError, RootNode};
|
use juniper::{graphql_object, EmptySubscription, FieldResult, IntoFieldError, RootNode};
|
||||||
use std::fs;
|
use std::fs;
|
||||||
use uuidv7::Uuid;
|
use uuidv7::Uuid;
|
||||||
|
|
Reference in a new issue