summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-07-21 13:15:15 +0100
committerRichard van der Hoff <richard@matrix.org>2016-07-21 13:15:15 +0100
commit1c3c202b969d6a7e5e4af2b2dca370f053b92c9f (patch)
tree5c1816575db12bba83ea73687c78dccab02202b7 /tests
parentImplement GET /device/{deviceId} (diff)
downloadsynapse-1c3c202b969d6a7e5e4af2b2dca370f053b92c9f.tar.xz
Fix PEP8 errors
Diffstat (limited to 'tests')
-rw-r--r--tests/handlers/test_device.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/handlers/test_device.py b/tests/handlers/test_device.py
index 73f09874d8..87c3c75aea 100644
--- a/tests/handlers/test_device.py
+++ b/tests/handlers/test_device.py
@@ -22,6 +22,7 @@ from tests import unittest, utils
 user1 = "@boris:aaa"
 user2 = "@theresa:bbb"
 
+
 class DeviceTestCase(unittest.TestCase):
     def __init__(self, *args, **kwargs):
         super(DeviceTestCase, self).__init__(*args, **kwargs)