Skip to content

Commit

Permalink
silence pyright errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Aug 25, 2024
1 parent acec022 commit 4e05dd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion asyncstdlib/_lrucache.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
from ._utility import public_module


@public_module("asyncstdlib.functools")
@public_module(
"asyncstdlib.functools"
) # pyright: ignore[reportArgumentType,reportUntypedClassDecorator]
class CacheInfo(NamedTuple):
"""
Metadata on the current state of a cache
Expand Down

0 comments on commit 4e05dd8

Please sign in to comment.