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 f65aa0d commit c0ae83aCopy full SHA for c0ae83a
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