mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
undo changes in ftrack.lib.__init__
This commit is contained in:
parent
a8db8cd241
commit
2fdf6a4ec1
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from . import avalon_sync
|
||||
from . import credentials
|
||||
from .ftrack_base_handler import BaseHandler, MissingPermision
|
||||
from .ftrack_base_handler import BaseHandler
|
||||
from .ftrack_event_handler import BaseEvent
|
||||
from .ftrack_action_handler import BaseAction, statics_icon
|
||||
from .ftrack_app_handler import AppAction
|
||||
|
|
@ -9,7 +9,6 @@ __all__ = [
|
|||
"avalon_sync",
|
||||
"credentials",
|
||||
"BaseHandler",
|
||||
"MissingPermision",
|
||||
"BaseEvent",
|
||||
"BaseAction",
|
||||
"statics_icon",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue