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

pep8

parent 959f4b90
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ class EventContext(object):
current_state_ids=current_state_ids,
prev_state_ids=prev_state_ids,
prev_group=input["prev_group"],
delta_ids = _decode_state_dict(input["delta_ids"]),
delta_ids=_decode_state_dict(input["delta_ids"]),
)
context.rejected = input["rejected"]
......
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