fix: remove unnecessary if
This commit is contained in:
parent
b7b7a93677
commit
2c4d7cede7
|
@ -65,8 +65,7 @@ def get_executor_with(task_stage: task.Stage, cached: Set[str]) -> result.Execut
|
||||||
cases=[],
|
cases=[],
|
||||||
)
|
)
|
||||||
for file in file_export:
|
for file in file_export:
|
||||||
if file not in cached:
|
cached.add(file)
|
||||||
cached.add(file)
|
|
||||||
return executor_with_config
|
return executor_with_config
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user