Skip to content

Commit

Permalink
make unit changes optional
Browse files Browse the repository at this point in the history
  • Loading branch information
garciampred committed Aug 16, 2024
1 parent 91035be commit b5662a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdsobs/service_definition/service_definition_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class UnitChange(BaseModel):


class Description(BaseModel, extra="allow"):
description: StrNotBlank
description: str
dtype: str | None = None
long_name: StrNotBlank
units: StrNotBlank | None = None
Expand Down
File renamed without changes.

0 comments on commit b5662a3

Please sign in to comment.