fix darglint

This commit is contained in:
Elijah 2024-10-03 14:09:35 +00:00
parent 8dd1eeb922
commit 94bdde3fea

View File

@ -133,11 +133,7 @@ def get_or_set_last_reflex_version_check_datetime():
def set_last_reflex_run_time():
"""Set the last Reflex run time.
Returns:
The last time the reflex app was started.
"""
"""Set the last Reflex run time."""
path_ops.update_json_file(
get_web_dir() / constants.Reflex.JSON,
{"last_reflex_run_datetime": str(datetime.now())},