summaryrefslogtreecommitdiffstats
path: root/helpers/python
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/python')
-rw-r--r--helpers/python2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/python b/helpers/python
index a74387f..b6c4d5e 100644
--- a/helpers/python
+++ b/helpers/python
@@ -11,4 +11,4 @@ else:
walker = pkgutil.iter_modules
for mod in walker():
- print(mod[1]) # noqa: E211
+ print(mod[1])