Revert accidental commits to develop.

This commit is contained in:
Olivier Wilkinson (reivilibre) 2021-12-03 12:31:28 +00:00
parent 6cae125e20
commit 8cd68b8102
5 changed files with 185 additions and 195 deletions

View file

@ -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):