Skip to content

Commit 653bf53

Browse files
authored
utils.py file is not being collected (#93)
1 parent 7d0958e commit 653bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ def all_python_files() -> Iterable[str]:
8282
continue
8383

8484
for filename in files:
85-
if filename.endswith(".py") and filename != os.path.split(__file__)[-1]:
85+
if filename.endswith(".py"):
8686
yield os.path.join(root, filename)

0 commit comments

Comments
 (0)