mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Fix PEP8 errors
This commit is contained in:
parent
7314bf4682
commit
40a1c96617
2 changed files with 1 additions and 3 deletions
|
@ -126,4 +126,4 @@ class DeviceTestCase(unittest.TestCase):
|
||||||
yield self.store.insert_client_ip(
|
yield self.store.insert_client_ip(
|
||||||
types.UserID.from_string(user_id),
|
types.UserID.from_string(user_id),
|
||||||
access_token, ip, "user_agent", device_id)
|
access_token, ip, "user_agent", device_id)
|
||||||
self.clock.advance_time(1000)
|
self.clock.advance_time(1000)
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
|
|
||||||
import synapse.server
|
|
||||||
import synapse.types
|
|
||||||
import tests.unittest
|
import tests.unittest
|
||||||
import tests.utils
|
import tests.utils
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue