From 90f494a1f6b519a31df53f0d551622ad1de34729 Mon Sep 17 00:00:00 2001 From: lash Date: Mon, 7 Nov 2022 00:25:04 +0000 Subject: [PATCH] Update sync signature of base class --- shep/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shep/state.py b/shep/state.py index 55ffb07..1d5e0c0 100644 --- a/shep/state.py +++ b/shep/state.py @@ -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.