Skip to content

Commit

Permalink
chore: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Feb 13, 2024
1 parent 644d880 commit 1d48fd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions csaf/csaf-cli/src/cmd/report/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ use crate::{
cmd::{DiscoverArguments, FilterArguments},
common::walk_visitor,
};
use csaf_walker::report::DetectDuplicatesVisitor;
use csaf_walker::{
discover::AsDiscovered,
report::{render_to_html, DocumentKey, Duplicates, ReportRenderOption, ReportResult},
report::{
render_to_html, DetectDuplicatesVisitor, DocumentKey, Duplicates, ReportRenderOption,
ReportResult,
},
retrieve::RetrievingVisitor,
validation::{ValidatedAdvisory, ValidationError, ValidationVisitor},
verification::{
Expand Down

0 comments on commit 1d48fd5

Please sign in to comment.