fix darglint
This commit is contained in:
parent
8dd1eeb922
commit
94bdde3fea
@ -133,11 +133,7 @@ def get_or_set_last_reflex_version_check_datetime():
|
|||||||
|
|
||||||
|
|
||||||
def set_last_reflex_run_time():
|
def set_last_reflex_run_time():
|
||||||
"""Set the last Reflex run time.
|
"""Set the last Reflex run time."""
|
||||||
|
|
||||||
Returns:
|
|
||||||
The last time the reflex app was started.
|
|
||||||
"""
|
|
||||||
path_ops.update_json_file(
|
path_ops.update_json_file(
|
||||||
get_web_dir() / constants.Reflex.JSON,
|
get_web_dir() / constants.Reflex.JSON,
|
||||||
{"last_reflex_run_datetime": str(datetime.now())},
|
{"last_reflex_run_datetime": str(datetime.now())},
|
||||||
|
Loading…
Reference in New Issue
Block a user