From d6350df7aa0913600a3adac4cfbed63f93f1b0cc Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Mon, 7 Feb 2022 12:06:30 +0100 Subject: [PATCH] hound catches --- openpype/plugins/publish/collect_anatomy_context_data.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openpype/plugins/publish/collect_anatomy_context_data.py b/openpype/plugins/publish/collect_anatomy_context_data.py index 03db64f191..b0474b93ce 100644 --- a/openpype/plugins/publish/collect_anatomy_context_data.py +++ b/openpype/plugins/publish/collect_anatomy_context_data.py @@ -13,10 +13,6 @@ Provides: """ import json - -from openpype.settings import ( - get_system_settings -) from openpype.lib import ( get_system_general_anatomy_data ) @@ -48,9 +44,6 @@ class CollectAnatomyContextData(pyblish.api.ContextPlugin): label = "Collect Anatomy Context Data" def process(self, context): - system_settings = get_system_settings() - studio_name = system_settings["general"]["studio_name"] - studio_code = system_settings["general"]["studio_code"] task_name = api.Session["AVALON_TASK"]