Skip to content

Commit 30ad503

Browse files
committed
routineback
1 parent 6abd716 commit 30ad503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/enapter/async_/routine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Routine(abc.ABC):
88

9-
def __init__(self, task_group: asyncio.TaskGroup | None) -> None:
9+
def __init__(self, task_group: asyncio.TaskGroup | None = None) -> None:
1010
self._task_group = task_group
1111
self._task: asyncio.Task | None = None
1212

0 commit comments

Comments
 (0)