commit 6680b897b3c7c3c69e9408748a3021353dee74d3
parent 2356ebc08f221d87131085941d807f17594ed6fd
Author: lash <dev@holbrook.no>
Date: Thu, 17 Mar 2022 22:01:51 +0000
Optional sync state on base state object
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.