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 9e268252..a74387f3 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]) # noqa: E211