Skip to content

Commit

Permalink
Weight Volume float
Browse files Browse the repository at this point in the history
  • Loading branch information
jplacht committed Oct 30, 2023
1 parent 9a593f5 commit f06166e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyfio/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class MaterialModel(BaseModel):
CategoryId: str = Field(min_length=32)
Name: str
Ticker: str
Weight: int | float
Volume: int | float
Weight: float
Volume: float
UserNameSubmitted: str
Timestamp: NaiveDatetime

Expand Down

0 comments on commit f06166e

Please sign in to comment.