mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Fix import order in overview.py
This commit is contained in:
parent
013afee1c5
commit
d5df8f8d85
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from aqt.operations.scheduling import (
|
|||
rebuild_filtered_deck,
|
||||
unbury_deck,
|
||||
)
|
||||
from aqt.qt import QLabel, QHBoxLayout, QWidget
|
||||
from aqt.qt import QHBoxLayout, QLabel, QWidget
|
||||
from aqt.sound import av_player
|
||||
from aqt.toolbar import BottomBar
|
||||
from aqt.utils import askUserDialog, openLink, shortcut, tooltip, tr
|
||||
|
|
|
|||
Loading…
Reference in a new issue