mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove unused variables
This commit is contained in:
parent
b523aa6b9f
commit
16b56f7579
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue