Skip to content

Commit

Permalink
ci: resolve ruff check F821
Browse files Browse the repository at this point in the history
  • Loading branch information
IndexSeek committed Oct 5, 2024
1 parent 627e319 commit 5416b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koerce/annots.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def __call__(cls, *args, **kwargs):
class Singleton(Abstract):
"""Cache instances of the class based on instantiation arguments."""

__instances__: Mapping[Any, Self] = WeakValueDictionary()
__instances__: Mapping[Any, typing.Self] = WeakValueDictionary()
__slots__ = ("__weakref__",)


Expand Down

0 comments on commit 5416b66

Please sign in to comment.