Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
camc314 committed Dec 1, 2023
1 parent ce651b5 commit 176e045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/config/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{ops::Deref, path::PathBuf};
use std::path::PathBuf;

pub mod errors;
use oxc_diagnostics::{Error, FailedToOpenFileError};
Expand Down

0 comments on commit 176e045

Please sign in to comment.