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

Update file download.py

parent 5210b755
No related branches found
No related tags found
1 merge request!5WIP: pydantic v2
Pipeline #171550 failed
...@@ -531,7 +531,7 @@ class Feature(BaseModel): ...@@ -531,7 +531,7 @@ class Feature(BaseModel):
Extended with custom functions to be helpful Extended with custom functions to be helpful
""" """
model_config = ConfigDict(arbitrary_types_allowed=True) model_config = ConfigDict(arbitrary_types_allowed=True)
_requests_mgr: RequestsManager _requests_mgr: RequestsManager = RequestsManager()
_remote_zip: RemoteZip = None _remote_zip: RemoteZip = None
id: str = Field(alias="id") id: str = Field(alias="id")
properties: Properties = Field(alias="properties") 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