removed unused imports

This commit is contained in:
iLLiCiTiT 2021-06-29 17:19:13 +02:00
parent 672ee1d98d
commit 477b4ecfcc
2 changed files with 1 additions and 5 deletions

View file

@ -1,8 +1,6 @@
import copy
import collections
from .lib import (
WRAPPER_TYPES,
OverrideState,
NOT_SET
)
@ -14,7 +12,6 @@ from openpype.settings.constants import (
from . import (
BaseItemEntity,
ItemEntity,
BoolEntity,
GUIEntity
)
from .exceptions import (