import cleanup

This commit is contained in:
iLLiCiTiT 2021-05-03 14:02:48 +02:00
parent 76e7ced648
commit 3c2e75ffd7
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -1,4 +1,3 @@
import os
from Qt import QtWidgets, QtCore, QtGui
from openpype.api import get_system_settings