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 f338572 commit 0016a82Copy full SHA for 0016a82
idom/core/dispatcher.py
@@ -2,7 +2,8 @@
2
import asyncio
3
from typing import Callable, Awaitable, Dict, Any, AsyncIterator
4
5
-from anyio import create_task_group, TaskGroup # type: ignore
+from anyio import create_task_group
6
+from anyio.abc import TaskGroup
7
from jsonpatch import make_patch, apply_patch
8
9
from .layout import (
0 commit comments