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 Jan 29, 2024
1 parent c4ae743 commit 2539b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importscan/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +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
Expand Down

0 comments on commit 2539b3c

Please sign in to comment.