refactor: table_helpers to table_utils
This commit is contained in:
@@ -14,7 +14,7 @@ from .constants import *
|
|||||||
from .downloads import DownloadManager
|
from .downloads import DownloadManager
|
||||||
from .library import LibraryClient
|
from .library import LibraryClient
|
||||||
from .playback import PlaybackController
|
from .playback import PlaybackController
|
||||||
from .table_helpers import create_progress_sort_key, create_title_sort_key
|
from .table_utils import create_progress_sort_key, create_title_sort_key
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from textual.widgets._data_table import ColumnKey
|
from textual.widgets._data_table import ColumnKey
|
||||||
|
|||||||
Reference in New Issue
Block a user