diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-10 11:55:40 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-04-10 11:55:40 +0100 |
commit | 9f1f03f80031f28be65dc556f845bd7e92955662 (patch) | |
tree | 9295bf5f20fb7fe062d387845b9ee0f1718888da | |
parent | lint (diff) | |
download | synapse-9f1f03f80031f28be65dc556f845bd7e92955662.tar.xz |
lint and changelog
-rw-r--r-- | tests/http/test_fedclient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/http/test_fedclient.py b/tests/http/test_fedclient.py index 264b3ad059..ddf5f0730b 100644 --- a/tests/http/test_fedclient.py +++ b/tests/http/test_fedclient.py @@ -31,7 +31,6 @@ from synapse.util.logcontext import LoggingContext from tests.server import FakeTransport from tests.unittest import HomeserverTestCase -from tests import unittest def check_logcontext(context): |