From 6680b897b3c7c3c69e9408748a3021353dee74d3 Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 17 Mar 2022 22:01:51 +0000 Subject: [PATCH] Optional sync state on base state object --- shep/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shep/state.py b/shep/state.py index 8879eff..c4bbaf2 100644 --- a/shep/state.py +++ b/shep/state.py @@ -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.