mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Fix PEP8 errors
This commit is contained in:
parent
406f7aa0f6
commit
1c3c202b96
2 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,7 @@ class DeviceHandler(BaseHandler):
|
|||
"""
|
||||
try:
|
||||
device = yield self.store.get_device(user_id, device_id)
|
||||
except errors.StoreError, e:
|
||||
except errors.StoreError:
|
||||
raise errors.NotFoundError
|
||||
ips = yield self.store.get_last_client_ip_by_device(
|
||||
devices=((user_id, device_id),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue