Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Feb 13, 2024
2 parents 0ac3e0f + c0507c3 commit 64029ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mytoyota/models/endpoints/vehicle_guid.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ class VehicleGuidModel(BaseModel):
alias="serviceConnectStatus"
) # TODO unsure what this returns
services: List[Any] # TODO unsure what this returns
shop_genuine_parts_url: str = Field(alias="shopGenuinePartsUrl")
shop_genuine_parts_url: Optional[str] = Field(alias="shopGenuinePartsUrl")
status: str
stock_pic_reference: str = Field(alias="stockPicReference")
subscriber_guid: UUID = Field(alias="subscriberGuid")
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64029ff

Please sign in to comment.