Skip to content

Commit d973944

Browse files
committed
revert changes again
1 parent 8541273 commit d973944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_lru/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ async def __call__(self, /, *fn_args: _P.args, **fn_kwargs: _P.kwargs) -> _R:
223223
return await asyncio.shield(fut)
224224

225225
@overload
226-
def __get__(self, instance: Any, owner: None) -> Self:
226+
def __get__(self, instance: _T, owner: None) -> Self:
227227
...
228228

229229
@overload

0 commit comments

Comments
 (0)