This commit is contained in:
Damien Elmes 2020-03-14 22:10:27 +10:00
parent 8845b05933
commit e7452300a2

View File

@ -17,14 +17,7 @@ from aqt import AnkiQt, gui_hooks
from aqt.qt import *
from aqt.sound import av_player
from aqt.toolbar import BottomBar
from aqt.utils import (
askUser,
getOnlyText,
openLink,
shortcut,
showWarning,
tr,
)
from aqt.utils import askUser, getOnlyText, openLink, shortcut, showWarning, tr
class DeckBrowserBottomBar: