mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add todo
This commit is contained in:
parent
c718e36c11
commit
2b93e06629
1 changed files with 3 additions and 1 deletions
|
|
@ -230,7 +230,9 @@ class HubspotClient:
|
|||
self.logger.info(f"Listing info for deal {deal_id}: {listing_info}")
|
||||
return listing_info
|
||||
|
||||
def from_deal_id_get_info(self, deal_id: str) -> dict[str, str]:
|
||||
def from_deal_id_get_info(
|
||||
self, deal_id: str
|
||||
) -> dict[str, str]: # TODO: add dataclass for this
|
||||
deals_api: DealsBasicApi = self.client.crm.deals.basic_api # type: ignore[reportUnknownMemberType]
|
||||
|
||||
deal: HubspotObject = self._call_with_retry(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue