Optional sync state on base state object
This commit is contained in:
parent
2356ebc08f
commit
6680b897b3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user