Update sync signature of base class

This commit is contained in:
lash
2022-11-07 00:25:04 +00:00
parent 497b615fe3
commit 90f494a1f6

View File

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