From 4ed04c5baf94403b1f37c1eeaa7a38c6716ef29a Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Fri, 27 Jan 2023 01:06:10 +0100 Subject: [PATCH] Remove unused imports --- openpype/hosts/maya/api/plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openpype/hosts/maya/api/plugin.py b/openpype/hosts/maya/api/plugin.py index 7fed7f04ab..cfe4000746 100644 --- a/openpype/hosts/maya/api/plugin.py +++ b/openpype/hosts/maya/api/plugin.py @@ -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