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.
test_uuid
1 parent fdcedfd commit a1a4e9fCopy full SHA for a1a4e9f
Lib/test/test_uuid.py
@@ -21,7 +21,7 @@ def importable(name):
21
try:
22
__import__(name)
23
return True
24
- except:
+ except ModuleNotFoundError:
25
return False
26
27
0 commit comments