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