diff options
author | Marcus <bubu@bubu1.eu> | 2021-06-17 16:20:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 15:20:06 +0100 |
commit | 8070b893dbc7b9e17b4843f70e4f4e32a52ce58a (patch) | |
tree | 9eb99d5c80ae058ba86292ffabbf2c0eaaa73600 /tests/storage | |
parent | Fix incorrect time magnitude on delayed call (#10195) (diff) | |
download | synapse-8070b893dbc7b9e17b4843f70e4f4e32a52ce58a.tar.xz |
update black to 21.6b0 (#10197)
Reformat all files with the new version. Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
Diffstat (limited to 'tests/storage')
-rw-r--r-- | tests/storage/test_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_base.py b/tests/storage/test_base.py index 3b45a7efd8..ddad44bd6c 100644 --- a/tests/storage/test_base.py +++ b/tests/storage/test_base.py @@ -27,7 +27,7 @@ from tests.utils import TestHomeServer, default_config class SQLBaseStoreTestCase(unittest.TestCase): - """ Test the "simple" SQL generating methods in SQLBaseStore. """ + """Test the "simple" SQL generating methods in SQLBaseStore.""" def setUp(self): self.db_pool = Mock(spec=["runInteraction"]) |