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.
1 parent 5530876 commit be21e5aCopy full SHA for be21e5a
importlib_resources/_compat.py
@@ -20,4 +20,4 @@ class ABC(object): # type: ignore
20
try:
21
FileNotFoundError = FileNotFoundError # type: ignore
22
except NameError:
23
- FileNotFoundError = OSError
+ FileNotFoundError = OSError # type: ignore
0 commit comments