From aceff9d3ce9b2475857a04bf6a4ed24ac4892046 Mon Sep 17 00:00:00 2001 From: James Riehl Date: Thu, 14 Sep 2023 16:38:23 +0100 Subject: [PATCH] chore: run black --- python/src/uagents/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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