Optional sync state on base state object

This commit is contained in:
lash 2022-03-17 22:01:51 +00:00
parent 2356ebc08f
commit 6680b897b3
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ class State:
return []
def sync(self, state):
def sync(self, state=None):
"""Noop method for interface implementation providing sync to backend.
:param state: State to sync.