Remove unused dialog imports and exports
Deleted CookieLoginDialog and CustomCommandDialog from imports and __all__ exports in ytsage_gui_dialogs/__init__.py, likely because these dialogs are no longer needed or have been removed from the codebase.
This commit is contained in:
@@ -14,8 +14,6 @@ This package contains all dialog classes organized by functionality:
|
|||||||
# Re-export all dialog classes for backward compatibility
|
# Re-export all dialog classes for backward compatibility
|
||||||
from src.gui.ytsage_gui_dialogs.ytsage_dialogs_base import AboutDialog, LogWindow
|
from src.gui.ytsage_gui_dialogs.ytsage_dialogs_base import AboutDialog, LogWindow
|
||||||
from src.gui.ytsage_gui_dialogs.ytsage_dialogs_custom import (
|
from src.gui.ytsage_gui_dialogs.ytsage_dialogs_custom import (
|
||||||
CookieLoginDialog,
|
|
||||||
CustomCommandDialog,
|
|
||||||
CustomOptionsDialog,
|
CustomOptionsDialog,
|
||||||
TimeRangeDialog,
|
TimeRangeDialog,
|
||||||
)
|
)
|
||||||
@@ -53,8 +51,6 @@ __all__ = [
|
|||||||
"SponsorBlockCategoryDialog",
|
"SponsorBlockCategoryDialog",
|
||||||
|
|
||||||
# Custom functionality dialogs
|
# Custom functionality dialogs
|
||||||
"CustomCommandDialog",
|
|
||||||
"CookieLoginDialog",
|
|
||||||
"CustomOptionsDialog",
|
"CustomOptionsDialog",
|
||||||
"TimeRangeDialog",
|
"TimeRangeDialog",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user