Skip to content

Commit 0016a82

Browse files
committed
import TaskGroup from anyio.abc
1 parent f338572 commit 0016a82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

idom/core/dispatcher.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
import asyncio
33
from typing import Callable, Awaitable, Dict, Any, AsyncIterator
44

5-
from anyio import create_task_group, TaskGroup # type: ignore
5+
from anyio import create_task_group
6+
from anyio.abc import TaskGroup
67
from jsonpatch import make_patch, apply_patch
78

89
from .layout import (

0 commit comments

Comments
 (0)