From c69ae5df032ff6f20ade28fefe6398ba515aaa9d Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 31 Jul 2025 14:59:12 -0300 Subject: [PATCH] SIENTIAPDE-1174 Remove unused getenv import from scouter.py to enhance code clarity and maintainability. --- scouter/workflow/scouter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scouter/workflow/scouter.py b/scouter/workflow/scouter.py index 3f15e13..a8f43a7 100644 --- a/scouter/workflow/scouter.py +++ b/scouter/workflow/scouter.py @@ -5,7 +5,6 @@ with workflow.unsafe.imports_passed_through(): from typing import Any from datetime import timedelta from sientia_do.temporal.utils.policies import retry_policy - from os import getenv @workflow.defn(name="scouter")