mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor Qt import
This commit is contained in:
parent
c426c8a156
commit
5438decc1d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import sys
|
|||
import contextlib
|
||||
|
||||
|
||||
from avalon.vendor.Qt import QtCore, QtWidgets
|
||||
from Qt import QtCore, QtWidgets
|
||||
|
||||
|
||||
class Popup(QtWidgets.QDialog):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue