Update sync signature of base class

This commit is contained in:
lash 2022-11-07 00:25:04 +00:00
parent 497b615fe3
commit 90f494a1f6
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

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.