diff options
Diffstat (limited to '')
-rw-r--r-- | helpers/python | 2 |
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]) |