summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-08-08 17:20:38 +0100
committerRichard van der Hoff <richard@matrix.org>2016-08-08 17:20:38 +0100
commita8bcc7274d42e27c9d2966e908396cda91c379f4 (patch)
treef297162f6968ea0565da8acd630fd7ddd3f42f0d /tests
parentFix login with m.login.token (diff)
downloadsynapse-a8bcc7274d42e27c9d2966e908396cda91c379f4.tar.xz
PEP8
Diffstat (limited to 'tests')
-rw-r--r--tests/handlers/test_auth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_auth.py b/tests/handlers/test_auth.py
index 366cf97ae4..4a8cd19acf 100644
--- a/tests/handlers/test_auth.py
+++ b/tests/handlers/test_auth.py
@@ -22,6 +22,7 @@ from synapse.handlers.auth import AuthHandler
 from tests import unittest
 from tests.utils import setup_test_homeserver
 
+
 class AuthHandlers(object):
     def __init__(self, hs):
         self.auth_handler = AuthHandler(hs)