Skip to content

Commit c89112b

Browse files
author
Roman Sirokov
committed
Delete ModuleNotFoundError exception handling
1 parent f60899d commit c89112b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
try:
2121
# Python 3.7+
2222
import importlib.resources as importlib_resources
23-
except (ImportError, ModuleNotFoundError) as e :
23+
except ImportError as e :
2424
# Python 3.6
2525
import importlib_resources
2626

0 commit comments

Comments
 (0)