We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abd716 commit 30ad503Copy full SHA for 30ad503
src/enapter/async_/routine.py
@@ -6,7 +6,7 @@
6
7
class Routine(abc.ABC):
8
9
- def __init__(self, task_group: asyncio.TaskGroup | None) -> None:
+ def __init__(self, task_group: asyncio.TaskGroup | None = None) -> None:
10
self._task_group = task_group
11
self._task: asyncio.Task | None = None
12
0 commit comments