Skip to content

Commit

Permalink
fix schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Youness CHRIFI ALAOUI <[email protected]>
  • Loading branch information
younesschrifi committed Nov 20, 2024
1 parent a0c4f3e commit 7697632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/osrd_schemas/osrd_schemas/infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class OperationalPoint(BaseObjectTrait):
"""

parts: List[OperationalPointPart]
weight: int = Field(description="represents the significance of a PR", ge=0, default=None)
weight: int = Field(description="represents the significance of a PR", ge=0, default=None)


class TrackEndpoint(BaseModel):
Expand Down

0 comments on commit 7697632

Please sign in to comment.