♻️ (types.py): remove unused artifacts variable to clean up the code and improve readability
This commit is contained in:
parent
4f800f0da4
commit
08ab30e9ee
1 changed files with 0 additions and 1 deletions
|
|
@ -144,7 +144,6 @@ class ComponentVertex(Vertex):
|
|||
result_dict = self.get_built_result()
|
||||
# We need to set the artifacts to pass information
|
||||
# to the frontend
|
||||
artifacts = self.artifacts_raw
|
||||
messages = self.extract_messages_from_artifacts(result_dict)
|
||||
result_dict = ResultData(
|
||||
results=result_dict,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue