diff --git a/python/src/uagents/models.py b/python/src/uagents/models.py index 95c1a7d9..7c3089f2 100644 --- a/python/src/uagents/models.py +++ b/python/src/uagents/models.py @@ -19,4 +19,4 @@ def build_schema_digest(model: Union["Model", Type["Model"]]) -> str: class ErrorMessage(Model): - error: str \ No newline at end of file + error: str