Skip to content

Commit

Permalink
LGVISIUM-89: y0 indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvermeeren-swisstopo committed Nov 7, 2024
1 parent 21ae6a7 commit 8a1ca93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/common/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@ class BoundingBox(BaseModel):
)
y0: float = Field(
...,
description="""
The y-coordinate of the top-left corner of the bounding box. This value marks the vertical starting
point of the box.
""",
description="""The y-coordinate of the top-left corner of the bounding box. This value marks the vertical
starting point of the box.""",
example=0.0,
)
x1: float = Field(
Expand Down

0 comments on commit 8a1ca93

Please sign in to comment.