summaryrefslogtreecommitdiff
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 b6c4d5ed..9e268252 100644
--- a/helpers/python
+++ b/helpers/python
@@ -11,4 +11,4 @@ else:
walker = pkgutil.iter_modules
for mod in walker():
- print(mod[1])
+ print (mod[1]) # noqa: E211