mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
import cleanup
This commit is contained in:
parent
76e7ced648
commit
3c2e75ffd7
2 changed files with 1 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
from Qt import QtWidgets, QtGui, QtCore
|
||||
from Qt import QtWidgets, QtGui
|
||||
from .categories import (
|
||||
CategoryState,
|
||||
SystemWidget,
|
||||
|
|
@ -8,7 +7,6 @@ from .categories import (
|
|||
from .widgets import ShadowWidget
|
||||
from .. import style
|
||||
|
||||
from openpype.api import get_system_settings
|
||||
from openpype.tools.settings import (
|
||||
is_password_required,
|
||||
PasswordDialog
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import os
|
||||
from Qt import QtWidgets, QtCore, QtGui
|
||||
|
||||
from openpype.api import get_system_settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue