Skip to content

Commit a634355

Browse files
committed
lint
1 parent 2621f60 commit a634355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/data/encoders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
if 'ironpython' in sys.version.lower():
1212
try:
1313
from System.Collections.Generic import IDictionary
14-
except:
14+
except: # noqa: E722
1515
IDictionary = None
1616
else:
1717
IDictionary = None

0 commit comments

Comments
 (0)