Skip to content
Prev Previous commit
Next Next commit
🧎‍♀️ Genuflect to the types.
  • Loading branch information
jaraco committed Dec 21, 2025
commit a1c25d8f2dc50abec65e4cf6d733b15d73c2f3b1
2 changes: 1 addition & 1 deletion importlib_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ class FastPath:
True
"""

@_clear_lru_cache_after_fork # type: ignore[misc]
@_clear_lru_cache_after_fork
def __new__(cls, root):
return super().__new__(cls)

Expand Down