Skip to content

Commit

Permalink
refactor: remove unnecessary pyright exemption
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Jan 19, 2024
1 parent 7bcfafa commit 25543f4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions todo.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
# pyright: reportMissingModuleSource=false
# pylint: disable=missing-docstring

from pathlib import Path
Expand Down Expand Up @@ -27,7 +26,14 @@
from src.get_todo import get_todo
from src.io import file_string_to_todos, read_file, update_file
from src.keys import Key
from src.menus import color_menu, get_newwin, help_menu, magnify_menu, search_menu, sort_menu
from src.menus import (
color_menu,
get_newwin,
help_menu,
magnify_menu,
search_menu,
sort_menu,
)
from src.print_todos import print_todos
from src.utils import clamp, set_header

Expand Down

0 comments on commit 25543f4

Please sign in to comment.