Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2023
1 parent 6d652ce commit 0333324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions importscan/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ def seen(p, m={}):
m[p] = True

# iter_modules is nonrecursive
for (module_finder, name, ispkg) in iter_modules(path, prefix):

for module_finder, name, ispkg in iter_modules(path, prefix):
if is_ignored is not None and is_ignored(name):
# if name is a package, ignoring here causes
# all subpackages and submodules to be ignored too
Expand Down

0 comments on commit 0333324

Please sign in to comment.