Skip to content

Commit fef1016

Browse files
committed
🧎‍♀️ Genuflect to the types.
Fixes #359.
1 parent e2f3e50 commit fef1016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from typing import Dict, Union
1212

1313
try:
14-
from importlib import resources
14+
from importlib import resources # type: ignore
1515

1616
getattr(resources, 'files')
1717
getattr(resources, 'as_file')

0 commit comments

Comments
 (0)