Skip to content

Commit

Permalink
[ruff F401 #10390 #10391] rebase and change an argument to an altered…
Browse files Browse the repository at this point in the history
… api
  • Loading branch information
plredmond committed Apr 30, 2024
1 parent c764517 commit 1405bae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ fn is_first_party(checker: &Checker, qualified_name: &str) -> bool {
use isort::{ImportSection, ImportType};
let category = isort::categorize(
qualified_name,
None,
0,
&checker.settings.src,
checker.package(),
checker.settings.isort.detect_same_package,
Expand Down

0 comments on commit 1405bae

Please sign in to comment.