From f42fc0a7df1522c347a29dc2df04a304bc98c992 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Wed, 5 Oct 2022 16:43:25 +0200 Subject: [PATCH] removed unused imports --- openpype/tools/publisher/control.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openpype/tools/publisher/control.py b/openpype/tools/publisher/control.py index cd326412a5..621a9855a2 100644 --- a/openpype/tools/publisher/control.py +++ b/openpype/tools/publisher/control.py @@ -1,16 +1,9 @@ import os import copy -import inspect import logging import traceback import collections -import weakref -try: - from weakref import WeakMethod -except Exception: - from openpype.lib.python_2_comp import WeakMethod - import pyblish.api from openpype.client import get_assets