We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0958e commit 653bf53Copy full SHA for 653bf53
apps/utils.py
@@ -82,5 +82,5 @@ def all_python_files() -> Iterable[str]:
82
continue
83
84
for filename in files:
85
- if filename.endswith(".py") and filename != os.path.split(__file__)[-1]:
+ if filename.endswith(".py"):
86
yield os.path.join(root, filename)
0 commit comments