Skip to content
Snippets Groups Projects
Commit e6a68854 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent dc2ac07f
No related branches found
No related tags found
No related merge requests found
......@@ -459,7 +459,3 @@ def get_service_users(connection, service_ids):
crs.execute(query % ','.join([str(x) for x in chunk]))
for r in crs.fetchall():
yield {'service_id': r[0], 'user': r[1]}
"""
tests of a few worker utilities
"""
import contextlib
import json
import re
......
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