Update sync signature of base class
This commit is contained in:
parent
497b615fe3
commit
90f494a1f6
@ -586,7 +586,7 @@ class State:
|
||||
return []
|
||||
|
||||
|
||||
def sync(self, state=None):
|
||||
def sync(self, state=None, not_state=None, ignore_auto=True):
|
||||
"""Noop method for interface implementation providing sync to backend.
|
||||
|
||||
:param state: State to sync.
|
||||
|
Loading…
Reference in New Issue
Block a user