mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix widget import in sync server
This commit is contained in:
parent
315fc42fb6
commit
2b4d17a67c
1 changed files with 4 additions and 2 deletions
|
|
@ -1,9 +1,11 @@
|
|||
from Qt import QtWidgets, QtCore, QtGui
|
||||
from Qt.QtCore import Qt
|
||||
from pype.tools.settings.settings.widgets.base import ProjectListWidget
|
||||
import attr
|
||||
import os
|
||||
from pype.tools.settings.settings import style
|
||||
from pype.tools.settings import (
|
||||
ProjectListWidget,
|
||||
style
|
||||
)
|
||||
from avalon.tools.delegates import PrettyTimeDelegate, pretty_timestamp
|
||||
|
||||
from pype.lib import PypeLogger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue