Remove unused variables

This commit is contained in:
Roy Nieterau 2025-06-11 19:37:16 +02:00
parent b523aa6b9f
commit 16b56f7579

View file

@ -940,8 +940,6 @@ class AbstractTemplateBuilder(ABC):
if "{" in path or "<" in path:
# Resolve keys through anatomy
project_name = self.project_name
task_name = self.current_task_name
host_name = self.host_name
# Try to fill path with environments and anatomy roots
anatomy = Anatomy(project_name)