diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-12-03 12:31:28 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-12-03 12:31:28 +0000 |
commit | 8cd68b8102eeab1b525712097c1b2e9679c11896 (patch) | |
tree | ef3c2d1f709ba1ad9c236a6cef8b7ab758ed49ee /tests/storage/test_base.py | |
parent | Newsfile (diff) | |
download | synapse-8cd68b8102eeab1b525712097c1b2e9679c11896.tar.xz |
Revert accidental commits to develop.
Diffstat (limited to 'tests/storage/test_base.py')
-rw-r--r-- | tests/storage/test_base.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/storage/test_base.py b/tests/storage/test_base.py index 3e4f0579c9..ddad44bd6c 100644 --- a/tests/storage/test_base.py +++ b/tests/storage/test_base.py @@ -23,8 +23,7 @@ from synapse.storage.database import DatabasePool from synapse.storage.engines import create_engine from tests import unittest -from tests.server import TestHomeServer -from tests.utils import default_config +from tests.utils import TestHomeServer, default_config class SQLBaseStoreTestCase(unittest.TestCase): |