Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8298717

Browse files
committed
Fix-up bad import.
1 parent d3cbcba commit 8298717

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/appservice/test_scheduler.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from typing_extensions import TypeAlias
1818

1919
from twisted.internet import defer
20+
from twisted.test.proto_helpers import MemoryReactor
2021

2122
from synapse.appservice import (
2223
ApplicationService,
@@ -40,9 +41,6 @@
4041

4142
from ..utils import MockClock
4243

43-
if TYPE_CHECKING:
44-
from twisted.internet.testing import MemoryReactor
45-
4644

4745
class ApplicationServiceSchedulerTransactionCtrlTestCase(unittest.TestCase):
4846
def setUp(self) -> None:

0 commit comments

Comments
 (0)