Skip to content
Snippets Groups Projects
Commit 495ea923 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix pep8

parent b2327eb9
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ class ClientIpStore(background_updates.BackgroundUpdateStore):
def user_ips_analyze(txn):
txn.execute("ANALYZE user_ips")
end_last_seen = yield self.runInteraction(
yield self.runInteraction(
"user_ips_analyze", user_ips_analyze
)
......
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