Fix up db import
This commit is contained in:
parent
a4858761c6
commit
7cd03d7a2b
@ -59,10 +59,9 @@ from classes import (
|
||||
PlaylistTrack,
|
||||
)
|
||||
from config import Config
|
||||
from dbtables import db
|
||||
from dialogs import TrackSelectDialog
|
||||
from log import log
|
||||
from models import Carts, Playdates, PlaylistRows, Playlists, Settings, Tracks
|
||||
from models import db, Carts, Playdates, PlaylistRows, Playlists, Settings, Tracks
|
||||
from playlistmodel import PlaylistModel, PlaylistProxyModel
|
||||
from playlists import PlaylistTab
|
||||
from ui import icons_rc # noqa F401
|
||||
|
||||
@ -36,7 +36,6 @@ from PyQt6.QtWidgets import (
|
||||
# App imports
|
||||
from classes import MusicMusterSignals, track_sequence
|
||||
from config import Config
|
||||
from dbtables import db
|
||||
from dialogs import TrackSelectDialog
|
||||
from helpers import (
|
||||
ask_yes_no,
|
||||
@ -45,7 +44,7 @@ from helpers import (
|
||||
show_warning,
|
||||
)
|
||||
from log import log
|
||||
from models import Settings
|
||||
from models import db, Settings
|
||||
from playlistmodel import PlaylistModel, PlaylistProxyModel
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user