Apply suggestions from code review
Fix docstring Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>pull/6294/head
parent
d3f694d628
commit
64f2b8c3d8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue