mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed unused imports
This commit is contained in:
parent
779e98847a
commit
b6a2be53d4
1 changed files with 0 additions and 3 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
import sys
|
|
||||||
import re
|
import re
|
||||||
import traceback
|
|
||||||
|
|
||||||
from Qt import QtWidgets, QtCore, QtGui
|
from Qt import QtWidgets, QtCore, QtGui
|
||||||
|
|
||||||
from openpype.pipeline.create import (
|
from openpype.pipeline.create import (
|
||||||
CreatorError,
|
|
||||||
SUBSET_NAME_ALLOWED_SYMBOLS,
|
SUBSET_NAME_ALLOWED_SYMBOLS,
|
||||||
TaskNotSetError,
|
TaskNotSetError,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue