forked from MirrorHub/synapse
PEP8
This commit is contained in:
parent
ec5717caf5
commit
363786845b
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ class ClientIpStore(background_updates.BackgroundUpdateStore):
|
|||
columns=["user_id", "device_id", "last_seen"],
|
||||
)
|
||||
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def insert_client_ip(self, user, access_token, ip, user_agent, device_id):
|
||||
now = int(self._clock.time_msec())
|
||||
|
|
Loading…
Reference in a new issue