added missing import

This commit is contained in:
iLLiCiTiT 2021-07-13 11:25:48 +02:00
parent cd4172e475
commit fd64709eef

View file

@ -1,5 +1,6 @@
import copy
import logging
import contextlib
import collections
from uuid import uuid4
@ -10,6 +11,7 @@ from abc import (
)
import six
from .lib import UnknownDef
from openpype.lib import get_subset_name