Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Aug 9, 2023
1 parent 715c39a commit 1cb6f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_timeout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(
self._loop = loop
self._state = _State.INIT

self._task: Optional[asyncio.Task[object]] = None
self._task: Optional["asyncio.Task[object]"] = None
self._timeout_handler = None # type: Optional[asyncio.Handle]
if deadline is None:
self._deadline = None # type: Optional[float]
Expand Down

0 comments on commit 1cb6f25

Please sign in to comment.