Skip to content

Commit

Permalink
Remove wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub committed Jul 30, 2024
1 parent 63f4a51 commit 66bda72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/graphql/src/sbom.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 66bda72

Please sign in to comment.