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.