Remove unused imports

This commit is contained in:
Roy Nieterau 2023-01-27 01:06:10 +01:00
parent fa6f813ce1
commit 4ed04c5baf

View file

@ -1,5 +1,4 @@
import os
import sys
import json
from abc import (
ABCMeta
@ -16,7 +15,6 @@ from openpype.pipeline import (
get_representation_path,
AVALON_CONTAINER_ID,
Anatomy,
CreatorError,
LegacyCreator,
Creator as NewCreator,
CreatedInstance