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

pep8

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