mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix bad imports
This commit is contained in:
parent
f3ddc513c3
commit
1c84f31520
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from Qt import QtWidgets, QtCore
|
||||
from .widgets import LogsWidget, OutputWidget
|
||||
from pypeapp import style
|
||||
from avalon import style
|
||||
|
||||
|
||||
class LogsWindow(QtWidgets.QWidget):
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import os
|
||||
from Qt import QtWidgets
|
||||
|
||||
from pype.api import Logger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue