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.
noqa
1 parent be61c5a commit 5e95a81Copy full SHA for 5e95a81
helpers/python
@@ -11,4 +11,4 @@ else:
11
walker = pkgutil.iter_modules
12
13
for mod in walker():
14
- print(mod[1]) # noqa: E211
+ print(mod[1])
0 commit comments