Skip to content

Commit c80896a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 000dd64 commit c80896a

17 files changed

Lines changed: 1 addition & 17 deletions

File tree

importscan/scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def seen(p, m={}):
211211
m[p] = True
212212

213213
# iter_modules is nonrecursive
214-
for (module_finder, name, ispkg) in iter_modules(path, prefix):
214+
for module_finder, name, ispkg in iter_modules(path, prefix):
215215

216216
if is_ignored is not None and is_ignored(name):
217217
# if name is a package, ignoring here causes
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from importscan.tests.fixtures import call
22

3-
43
call()

0 commit comments

Comments
 (0)