Skip to content

Commit

Permalink
fix hallucinated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernstein committed Nov 26, 2024
1 parent b155e8a commit 1bb1cf8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/label_studio_sdk/label_interface/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@

class Region(BaseModel):
"""
Class for Region Tag
Attributes:
-----------
id: str
The unique identifier of the region
x: int
The x coordinate of the region
y: int
A Region is an item in the `result` list of a PredictionValue or AnnotationValue.
"""

id: str = Field(default_factory=lambda: str(uuid4()))
Expand Down

0 comments on commit 1bb1cf8

Please sign in to comment.