Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Apr 5, 2022
1 parent f2149f7 commit 674fc7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/idom/testing/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
import shutil
import time
from functools import wraps
from inspect import iscoroutinefunction
from typing import Any, Awaitable, Callable, Generic, Optional, TypeVar, cast
from uuid import uuid4
from weakref import ref

from typing_extensions import ParamSpec, Protocol
from typing_extensions import ParamSpec

from idom.config import IDOM_TESTING_DEFAULT_TIMEOUT, IDOM_WEB_MODULES_DIR
from idom.core.events import EventHandler, to_event_handler_function
Expand Down
1 change: 0 additions & 1 deletion tests/tooling/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from typing import Iterator

from idom.config import IDOM_TESTING_DEFAULT_TIMEOUT
from idom.testing import poll


TIMEOUT = 3
Expand Down

0 comments on commit 674fc7c

Please sign in to comment.