From 9e57e24e653bf7d1fe1739520b66ba4696717131 Mon Sep 17 00:00:00 2001 From: mecaneer23 Date: Sat, 28 Oct 2023 13:21:20 -0500 Subject: [PATCH] format --- todo.py | 4 +++- todo.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/todo.py b/todo.py index 2821432..aa43d2b 100755 --- a/todo.py +++ b/todo.py @@ -773,7 +773,9 @@ def init() -> None: curses.init_pair(i, color, -1) -def update_modified_time(prev_time: float, todos: list[Todo]) -> tuple[list[Todo], float]: +def update_modified_time( + prev_time: float, todos: list[Todo] +) -> tuple[list[Todo], float]: current_time = get_file_modified_time(FILENAME) if prev_time != current_time: todos = validate_file(read_file(FILENAME)) diff --git a/todo.txt b/todo.txt index 7d980dd..d7e3250 100644 --- a/todo.txt +++ b/todo.txt @@ -5,4 +5,4 @@ -4 allow multiline paste -4 allow multiline print -4 allow wgetnstr to use multiline editing -- make startup faster +- make startup faster \ No newline at end of file