Skip to content

Commit 54c8ce8

Browse files
Update src/models/environment.py
Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com>
1 parent 871921d commit 54c8ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class EnvironmentModel(ApiBaseModel):
88
METHODS: ClassVar = ('POST', 'GET', 'PUT', 'DELETE')
99
latitude: float
1010
longitude: float
11-
elevation: Optional[int] = 1
11+
elevation: Optional[float] = 0.0
1212

1313
# Optional parameters
1414
atmospheric_model_type: Literal[

0 commit comments

Comments
 (0)