diff --git a/data/maker/__init__.py b/data/maker/__init__.py index 2becbe2..12abc8d 100644 --- a/data/maker/__init__.py +++ b/data/maker/__init__.py @@ -53,7 +53,7 @@ def post(**args): """ pass -def get(**,args): +def get(**args): """ This function will restore a checkpoint from a persistant storage on to disk """