Skip to content

Commit

Permalink
refactor: remove unnecessary return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Mar 24, 2024
1 parent f67b097 commit 154fc2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ def search_menu(stdscr: curses.window, todos: Todos, selected: Cursor) -> None:
selected.set_to(i)
return
selected.set_to(0)
return


def _chunk_message(message: str, width: int) -> Iterable[str]:
Expand Down

0 comments on commit 154fc2b

Please sign in to comment.