Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 23, 2024
1 parent 2c009a9 commit 74714e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/graphql/src/schema/objects/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use fluentci_ext::archive::unzip::Unzip as UnzipExt;
use fluentci_ext::archive::zip::Zip as ZipExt;
use fluentci_ext::hash::md5::Md5 as Md5Ext;
use fluentci_ext::hash::sha256::Sha256 as Sha256Ext;
use fluentci_types::Output;
use uuid::Uuid;

use crate::schema::objects::directory::Directory;
Expand Down

0 comments on commit 74714e2

Please sign in to comment.