diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-05-02 17:07:13 -0700 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-05-02 17:07:13 -0700 |
commit | 15d18026689ddb122a2d4f40837eb241d28614b5 (patch) | |
tree | 924a9b98638f13d301d378db5fa30a0c3fb32e13 | |
parent | isort locally didn't have a problem >:( (diff) | |
download | synapse-15d18026689ddb122a2d4f40837eb241d28614b5.tar.xz |
lint
-rw-r--r-- | tests/http/test_fedclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/test_fedclient.py b/tests/http/test_fedclient.py index 98ce08f155..148e55b7a5 100644 --- a/tests/http/test_fedclient.py +++ b/tests/http/test_fedclient.py @@ -24,7 +24,7 @@ from twisted.test.proto_helpers import StringTransport from twisted.web.client import ResponseNeverReceived from twisted.web.http import HTTPChannel -from synapse.api.errors import RequestSendFailed, SynapseError +from synapse.api.errors import RequestSendFailed from synapse.http.matrixfederationclient import ( MatrixFederationHttpClient, MatrixFederationRequest, |