refactor: table_helpers to table_utils

This commit is contained in:
2025-12-16 01:55:18 +01:00
parent a6d74265ed
commit b0dc15a018
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ from .constants import *
from .downloads import DownloadManager
from .library import LibraryClient
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:
from textual.widgets._data_table import ColumnKey