Changed type hint for version from int to str
This commit is contained in:
parent
e91de71787
commit
32e3541c4b
@ -142,7 +142,7 @@ def load_data(filename):
|
|||||||
|
|
||||||
|
|
||||||
def autosave_data(
|
def autosave_data(
|
||||||
nargs: int, kwargs_keys: Optional[Iterable[str]] = None, version: Optional[int] = None
|
nargs: int, kwargs_keys: Optional[Iterable[str]] = None, version: Optional[str] = None
|
||||||
) -> Callable:
|
) -> Callable:
|
||||||
"""
|
"""
|
||||||
Enable autosaving of results for a function.
|
Enable autosaving of results for a function.
|
||||||
|
Loading…
Reference in New Issue
Block a user