Skip to content
Snippets Groups Projects
Unverified Commit 64f2b8c3 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Apply suggestions from code review

parent d3f694d6
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,8 @@ class StateGroupStorage(object):
the old and the new.
Returns:
(prev_group, delta_ids), where both may be None.
Deferred[Tuple[Optional[int], Optional[list[dict[tuple[str, str], str]]]]]):
(prev_group, delta_ids)
"""
return self.stores.main.get_state_group_delta(state_group)
......
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