Skip to content

Commit 7272247

Browse files
committed
Fix lint
1 parent 3a4bc61 commit 7272247

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/reactpy/testing/backend.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import asyncio
44
import logging
55
from contextlib import AsyncExitStack
6-
from threading import Thread
76
from types import TracebackType
87
from typing import Any, Callable
98
from urllib.parse import urlencode, urlunparse
@@ -16,7 +15,6 @@
1615
from reactpy.config import REACTPY_TESTS_DEFAULT_TIMEOUT
1716
from reactpy.core.component import component
1817
from reactpy.core.hooks import use_callback, use_effect, use_state
19-
from reactpy.testing.common import GITHUB_ACTIONS
2018
from reactpy.testing.logs import (
2119
LogAssertionError,
2220
capture_reactpy_logs,

0 commit comments

Comments
 (0)