Skip to content

Commit 2c8f171

Browse files
committed
🧎‍♀️ Genuflect to the types.
1 parent b0271d6 commit 2c8f171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ class FastPath:
821821
True
822822
"""
823823

824-
@_clear_lru_cache_after_fork # type: ignore[misc]
824+
@_clear_lru_cache_after_fork
825825
def __new__(cls, root):
826826
return super().__new__(cls)
827827

0 commit comments

Comments
 (0)