mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-28 22:06:59 -05:00
PEP8
This commit is contained in:
parent
68264d7404
commit
98385888b8
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
|
|
||||||
import synapse.api.errors
|
|
||||||
import tests.unittest
|
import tests.unittest
|
||||||
import tests.utils
|
import tests.utils
|
||||||
|
|
||||||
@ -68,7 +67,6 @@ class EndToEndKeyStoreTestCase(tests.unittest.TestCase):
|
|||||||
"device_display_name": "display_name",
|
"device_display_name": "display_name",
|
||||||
}, dev)
|
}, dev)
|
||||||
|
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def test_multiple_devices(self):
|
def test_multiple_devices(self):
|
||||||
now = 1470174257070
|
now = 1470174257070
|
||||||
|
Loading…
x
Reference in New Issue
Block a user