From 63db1730d250d8f16bdfada59b33e2b800224acf Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 15 Jun 2021 15:12:32 +0200 Subject: [PATCH] added missing imports --- openpype/pipeline/lib/attribute_definitions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpype/pipeline/lib/attribute_definitions.py b/openpype/pipeline/lib/attribute_definitions.py index 86949f8bf0..abab89e873 100644 --- a/openpype/pipeline/lib/attribute_definitions.py +++ b/openpype/pipeline/lib/attribute_definitions.py @@ -1,3 +1,5 @@ +import re +import collections from abc import ABCMeta, abstractmethod import six