mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed unnecessary imports
This commit is contained in:
parent
74b7364818
commit
38883e4bdd
1 changed files with 1 additions and 11 deletions
|
|
@ -1,20 +1,10 @@
|
|||
from .selection import PushToProjectSelectionModel
|
||||
from .user_values import UserPublishValuesModel
|
||||
from .integrate import (
|
||||
ProjectPushItem,
|
||||
ProjectPushItemProcess,
|
||||
ProjectPushItemStatus,
|
||||
IntegrateModel,
|
||||
)
|
||||
from .integrate import IntegrateModel
|
||||
|
||||
|
||||
__all__ = (
|
||||
"PushToProjectSelectionModel",
|
||||
|
||||
"UserPublishValuesModel",
|
||||
|
||||
"ProjectPushItem",
|
||||
"ProjectPushItemProcess",
|
||||
"ProjectPushItemStatus",
|
||||
"IntegrateModel",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue