Skip to content

Commit 9e054c3

Browse files
committed
no more anyio.exceptions
1 parent cfdd8cc commit 9e054c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core/test_dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from tests.general_utils import assert_same_items
33

44
import pytest
5-
from anyio.exceptions import ExceptionGroup
5+
from anyio import ExceptionGroup
66

77
import idom
88
from idom.core.layout import Layout, LayoutEvent

0 commit comments

Comments
 (0)