Apply suggestions from code review

Fix docstring

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
pull/6294/head
Erik Johnston 2019-10-31 15:44:31 +01:00 committed by GitHub
parent d3f694d628
commit 64f2b8c3d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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)