Skip to content

Commit

Permalink
fix olddeps error?
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Jan 12, 2024
1 parent f4c0839 commit 3b1a6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config/test_room_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
#
import yaml

from twisted.internet.testing import MemoryReactor
from twisted.test.proto_helpers import MemoryReactor

import synapse.rest.admin
import synapse.rest.client.login
import synapse.rest.client.room
from synapse.config.room_directory import RoomDirectoryConfig
from synapse.server import HomeServer
from synapse.state.v2 import Clock
from synapse.util import Clock

from tests import unittest
from tests.unittest import override_config
Expand Down

0 comments on commit 3b1a6a1

Please sign in to comment.