SIENTIAPDE-1478

Fix missing newline at end of file in api.py
This commit is contained in:
vitor-aignosi
2026-01-23 10:01:23 -03:00
parent 0ba43aa955
commit 24859eeeb4

View File

@@ -267,4 +267,4 @@ class API(SientiaMonitoring):
attachment_content=trace,
)
return data.to_dict()
return data.to_dict()