Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Dec 1, 2024
1 parent 4165505 commit 29d9d13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,7 @@ def search_stats_extended(did=None):
menu_for_helper.addAction(menu_display_memory_state)
menu_for_helper.addAction(menu_show_steps_stats)
menu_for_helper.addAction(menu_auto_disperse_after_reschedule)
menu_for_easy_days = menu_for_helper.addMenu(
"Less Anki on Easy Days"
)
menu_for_easy_days = menu_for_helper.addMenu("Less Anki on Easy Days")
menu_for_helper.addSeparator()
menu_for_helper.addAction(menu_reschedule)
menu_for_helper.addAction(menu_reschedule_recent)
Expand Down

0 comments on commit 29d9d13

Please sign in to comment.