Skip to content

Commit

Permalink
fix input type
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienJaussaudGeosys committed May 23, 2024
1 parent 9cc6980 commit 2e60215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geosyspy/services/master_data_management_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def get_permission_codes(self) -> [str]:
f"Cannot handle HTTP response : {str(response.status_code)} : {str(response.json())}"
)

def get_season_fields(self, season_field_ids: List[str]):
def get_season_fields(self, season_field_ids: [str]):
"""Extracts the list of seasonfields for the input ids
For now retrieves only geometry, to complete with future needs
Expand Down

0 comments on commit 2e60215

Please sign in to comment.