From ad3380b3a01c8ba3d97c2e2c4dc8ba54da83403c Mon Sep 17 00:00:00 2001 From: "clement.hector" Date: Mon, 20 Jun 2022 14:17:57 +0200 Subject: [PATCH] remove unused import --- .../shotgrid/plugins/publish/collect_shotgrid_entities.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py b/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py index 8af47194e6..0b03ac2e5d 100644 --- a/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py +++ b/openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py @@ -3,10 +3,6 @@ import os import pyblish.api from openpype.lib.mongo import OpenPypeMongoConnection -from openpype.modules.shotgrid.lib.settings import ( - get_shotgrid_project_settings, -) - class CollectShotgridEntities(pyblish.api.ContextPlugin): """Collect shotgrid entities according to the current context"""