Skip to content

Commit 5e95a81

Browse files
committed
chore(python): remove unnecessary noqa
1 parent be61c5a commit 5e95a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ else:
1111
walker = pkgutil.iter_modules
1212

1313
for mod in walker():
14-
print(mod[1]) # noqa: E211
14+
print(mod[1])

0 commit comments

Comments
 (0)