diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-07-21 13:15:15 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-07-21 13:15:15 +0100 |
commit | 1c3c202b969d6a7e5e4af2b2dca370f053b92c9f (patch) | |
tree | 5c1816575db12bba83ea73687c78dccab02202b7 /tests | |
parent | Implement GET /device/{deviceId} (diff) | |
download | synapse-1c3c202b969d6a7e5e4af2b2dca370f053b92c9f.tar.xz |
Fix PEP8 errors
Diffstat (limited to 'tests')
-rw-r--r-- | tests/handlers/test_device.py | 1 |
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) |