♻️ (types.py): remove unused artifacts variable to clean up the code and improve readability

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-21 12:37:10 -03:00
commit 08ab30e9ee

View file

@ -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,