simplified 'TrayAddonsManager' import

This commit is contained in:
Jakub Trllo 2024-07-17 18:14:20 +02:00
parent 74e2a9dc00
commit 6bd87b019d
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
from .addons_manager import TrayAddonsManager
__all__ = (
"TrayAddonsManager",
)

View file

@ -26,7 +26,7 @@ from ayon_core.tools.utils import (
WrappedCallbackItem,
get_ayon_qt_app,
)
from ayon_core.tools.tray.addons_manager import TrayAddonsManager
from ayon_core.tools.tray import TrayAddonsManager
from .info_widget import InfoWidget
from .dialogs import (