Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Mar 15, 2024
1 parent 1135b73 commit bfeb828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beetsplug/importhistory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
from beets import library
from beets.plugins import BeetsPlugin
from beets.ui import colorize as colorize_text
from beets.ui import input_options, input_yn
from beets.util import displayable_path, syspath
from beets.ui import input_options
from beets.util import syspath


class ImportHistPlugin(BeetsPlugin):
Expand Down

0 comments on commit bfeb828

Please sign in to comment.