Skip to content

Commit 2e7b223

Browse files
committed
Reformat
1 parent 3d235b7 commit 2e7b223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_timeout/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def _do_exit(self, exc_type: Type[BaseException]) -> None:
198198
return None
199199

200200
def _on_timeout(self, task: "asyncio.Task[None]") -> None:
201-
# See Issue #229 and PR #230 for details
201+
# See Issue #229 and PR #230 for details
202202
if task._fut_waiter and task._fut_waiter.cancelled(): # type: ignore[attr-defined] # noqa: E501
203203
return
204204
task.cancel()

0 commit comments

Comments
 (0)