From 04df7142598b531e8e400611e3f92b21afeabab6 Mon Sep 17 00:00:00 2001
From: Neil Johnson <neil@matrix.org>
Date: Thu, 9 Aug 2018 17:41:52 +0100
Subject: [PATCH] fix imports

---
 tests/handlers/test_sync.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab