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 f502c8f commit 8b4a0d6Copy full SHA for 8b4a0d6
Lib/test/test_uuid.py
@@ -19,7 +19,7 @@ def importable(name):
19
try:
20
__import__(name)
21
return True
22
- except:
+ except ModuleNotFoundError:
23
return False
24
25
0 commit comments