We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2621f60 commit a634355Copy full SHA for a634355
src/compas/data/encoders.py
@@ -11,7 +11,7 @@
11
if 'ironpython' in sys.version.lower():
12
try:
13
from System.Collections.Generic import IDictionary
14
- except:
+ except: # noqa: E722
15
IDictionary = None
16
else:
17
0 commit comments