Skip to content
Snippets Groups Projects
Commit 722c71d2 authored by Cresson Remi's avatar Cresson Remi
Browse files

Update file download.py

parent fb125945
No related branches found
No related tags found
1 merge request!5WIP: pydantic v2
Pipeline #171554 failed
......@@ -532,7 +532,7 @@ class Feature(BaseModel):
"""
model_config = ConfigDict(arbitrary_types_allowed=True)
requests_mgr: RequestsManager
_remote_zip: RemoteZip = None
remote_zip: RemoteZip = None
id: str = Field(alias="id")
properties: Properties = Field(alias="properties")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment