Skip to content

Commit

Permalink
remove unneeded type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Jan 29, 2024
1 parent c81a92e commit e1010f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milc/milc.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import argcomplete
import colorama
from appdirs import user_config_dir # type: ignore
from appdirs import user_config_dir
from halo import Halo # type: ignore
from spinners.spinners import Spinners # type: ignore

Expand Down

0 comments on commit e1010f1

Please sign in to comment.