Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 19, 2024
1 parent dc56040 commit fbba8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2628,6 +2628,7 @@ def _normalize_cached(filename: StrPath) -> str: ...
@overload
def _normalize_cached(filename: BytesPath) -> bytes: ...
def _normalize_cached(filename: StrOrBytesPath) -> str | bytes: ...

else:

@functools.lru_cache(maxsize=None)
Expand Down

0 comments on commit fbba8de

Please sign in to comment.