Skip to content
Snippets Groups Projects
Commit 36378684 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

PEP8

parent ec5717ca
No related branches found
No related tags found
No related merge requests found
......@@ -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())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment