Skip to content

Commit be21e5a

Browse files
committed
Ignore the type. Fixes emergent qa failure and closes python#72.
1 parent 5530876 commit be21e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_resources/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ class ABC(object): # type: ignore
2020
try:
2121
FileNotFoundError = FileNotFoundError # type: ignore
2222
except NameError:
23-
FileNotFoundError = OSError
23+
FileNotFoundError = OSError # type: ignore

0 commit comments

Comments
 (0)