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

pep8

parent 424ed7c2
Branches
Tags 0.60
No related merge requests found
......@@ -121,7 +121,8 @@ def set_latch(config, new_current, new_next, timestamp, update_timestamp):
r, db, new_current, new_next, timestamp, update_timestamp)
def set_single_latch(r, db, new_current, new_next, timestamp, update_timestamp):
def set_single_latch(
r, db, new_current, new_next, timestamp, update_timestamp):
latch = {
'current': new_current,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment