mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove unused imports
This commit is contained in:
parent
ba4ecc6f80
commit
dc7f155675
2 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ from ayon_core.tools.utils import (
|
|||
TasksWidget,
|
||||
)
|
||||
from ayon_core.tools.utils.folders_widget import FoldersFiltersWidget
|
||||
from ayon_core.tools.utils.lib import checkstate_int_to_enum
|
||||
|
||||
from .workfiles_page import WorkfilesPage
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ from ayon_core.tools.utils import (
|
|||
FoldersFiltersWidget,
|
||||
)
|
||||
from ayon_core.tools.utils.lib import center_window
|
||||
from ayon_core.tools.utils import ProjectsCombobox, NiceCheckbox
|
||||
from ayon_core.tools.utils import ProjectsCombobox
|
||||
from ayon_core.tools.common_models import StatusItem
|
||||
from ayon_core.tools.loader.abstract import ProductTypeItem
|
||||
from ayon_core.tools.loader.control import LoaderController
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue