Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Aug 20, 2023
1 parent a094b31 commit c68b5c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/mpv2anki.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

from __future__ import annotations

from typing import Any, Type

__version__ = "1.0.0-alpha3"

Expand All @@ -50,15 +49,12 @@
from anki.lang import _, langs
from anki.utils import isLin, isMac, isWin

# import the main window object (mw) from aqt
from aqt import mw

# import all of the Qt GUI library
from aqt.qt import *
from aqt.studydeck import StudyDeck

# import the "get file" tool from utils.py
from aqt.utils import getFile, getOnlyText, showText, showWarning
from aqt.utils import getOnlyText, showText, showWarning

sys.path.append(os.path.join(os.path.dirname(__file__), "vendor"))

Expand Down

0 comments on commit c68b5c9

Please sign in to comment.