From 1cbdae90669534ead208bae6e83e357bd4cbba1a Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Wed, 7 Aug 2024 12:11:43 +0200 Subject: [PATCH] Ignoring linting error because otherwise readability will suffer --- app/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models.py b/app/models.py index 92b9cbc..4c449a2 100644 --- a/app/models.py +++ b/app/models.py @@ -122,8 +122,8 @@ class PredictionRequest(BaseModel): ), example=( "[" - "{" - "\"tag_name\":\"BODY\"," + "{" # noqa: E131 + "\"tag_name\":\"BODY\"," # noqa: E131 "\"element_id\":\"222222\"," "\"parent_id\":\"111111\"," "\"x\":0,"