mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
refactor imports
This commit is contained in:
parent
397a3f7fc4
commit
eac2793754
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
|
||||
from openpype.vendor.python.common.scriptsmenu import scriptsmenu
|
||||
from openpype.vendor.python.common.scriptsmenu.vendor.Qt import QtWidgets
|
||||
from scriptsmenu import scriptsmenu
|
||||
from Qt import QtWidgets
|
||||
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue