Thanks to visit codestin.com Credit goes to github.com
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
1 file changed
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