Skip to content

Commit

Permalink
chore(linter): clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
no-yan committed Nov 5, 2024
1 parent 7c46933 commit df69f51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/oxc_linter/src/rules/oxc/only_used_in_recursion.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use oxc_ast::{
ast::{
BindingIdentifier, BindingPatternKind, BindingProperty, CallExpression, Expression,
FormalParameters, IdentifierReference, JSXAttributeItem, JSXElementName,
JSXMemberExpression, JSXMemberExpressionObject, PropertyKey,
FormalParameters, JSXAttributeItem, JSXElementName,
},
AstKind,
};
Expand Down

0 comments on commit df69f51

Please sign in to comment.