Skip to content

Commit

Permalink
chore: minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 29, 2024
1 parent 490ea44 commit 8608f62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sbom/src/visitors/skip/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ use std::{
time::SystemTime,
};
use tokio::fs;
use walker_common::utils::url::Urlify;
use walker_common::validate::ValidationError;
use walker_common::{utils::url::Urlify, validate::ValidationError};

#[derive(Debug, thiserror::Error)]
pub enum Error<VE: Display + Debug> {
Expand Down

0 comments on commit 8608f62

Please sign in to comment.