Skip to content

Commit 674fc7c

Browse files
committed
remove unused imports
1 parent f2149f7 commit 674fc7c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/idom/testing/common.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
import shutil
66
import time
77
from functools import wraps
8-
from inspect import iscoroutinefunction
98
from typing import Any, Awaitable, Callable, Generic, Optional, TypeVar, cast
109
from uuid import uuid4
1110
from weakref import ref
1211

13-
from typing_extensions import ParamSpec, Protocol
12+
from typing_extensions import ParamSpec
1413

1514
from idom.config import IDOM_TESTING_DEFAULT_TIMEOUT, IDOM_WEB_MODULES_DIR
1615
from idom.core.events import EventHandler, to_event_handler_function

tests/tooling/loop.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from typing import Iterator
88

99
from idom.config import IDOM_TESTING_DEFAULT_TIMEOUT
10-
from idom.testing import poll
1110

1211

1312
TIMEOUT = 3

0 commit comments

Comments
 (0)