summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-08-09 17:41:52 +0100
committerNeil Johnson <neil@matrix.org>2018-08-09 17:41:52 +0100
commit04df7142598b531e8e400611e3f92b21afeabab6 (patch)
tree0eb2756b37caae8b22f4bab30db0596729dc2b0a /tests/handlers
parentonly block on sync where user is not part of the mau cohort (diff)
downloadsynapse-04df7142598b531e8e400611e3f92b21afeabab6.tar.xz
fix imports
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_sync.py b/tests/handlers/test_sync.py

index b95a8743a7..cfd37f3138 100644 --- a/tests/handlers/test_sync.py +++ b/tests/handlers/test_sync.py
@@ -13,8 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. from twisted.internet import defer -from synapse.api.errors import AuthError, Codes +from synapse.api.errors import AuthError, Codes from synapse.api.filtering import DEFAULT_FILTER_COLLECTION from synapse.handlers.sync import SyncConfig, SyncHandler from synapse.types import UserID