Skip to content

Commit

Permalink
Update _client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Jul 29, 2024
1 parent 086d551 commit 1d9e714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alluka/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def __init__(self, *, introspect_annotations: bool = True) -> None:
] = weakref.WeakKeyDictionary()
self._introspect_annotations = introspect_annotations
static_context = _context.Context(self)
self._make_context: collections.Callable[[Self], alluka.Context] = lambda _: static_context
self._make_context: collections.Callable[[Self], alluka.Context] = lambda _: static_context # pyright: ignore
self._type_dependencies: dict[type[typing.Any], typing.Any] = {alluka.Client: self, Client: self}

def _build_descriptors(self, callback: alluka.CallbackSig[typing.Any], /) -> dict[str, _types.InjectedTuple]:
Expand Down

0 comments on commit 1d9e714

Please sign in to comment.