diff --git a/modules/graphql/src/sbom.rs b/modules/graphql/src/sbom.rs index ca4df8037..e19753d64 100644 --- a/modules/graphql/src/sbom.rs +++ b/modules/graphql/src/sbom.rs @@ -1,4 +1,4 @@ -use async_graphql::*; +use async_graphql::{Context, FieldError, FieldResult, Object}; use std::sync::Arc; use trustify_common::db::Transactional; use trustify_entity::labels::Labels;