Skip to content

Commit

Permalink
Ignoring linting error because otherwise readability will suffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnglkv committed Aug 7, 2024
1 parent ddb6fd9 commit 1cbdae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,"
Expand Down

0 comments on commit 1cbdae9

Please sign in to comment.