Skip to content

Commit dc58c34

Browse files
Clean up
1 parent 52c7009 commit dc58c34

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hubspot/discovery/crm/line_items/discovery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Discovery(DiscoveryBase):
77
@property
88
def basic_api(self) -> api_client.BasicApi:
99
return self._configure_api_client(api_client, "BasicApi")
10-
10+
1111
@property
1212
def gdpr_api(self) -> api_client.GDPRApi:
1313
return self._configure_api_client(api_client, "GDPRApi")
@@ -19,7 +19,7 @@ def batch_api(self) -> api_client.BatchApi:
1919
@property
2020
def public_object_api(self) -> api_client.PublicObjectApi:
2121
return self._configure_api_client(api_client, "PublicObjectApi")
22-
22+
2323
@property
2424
def search_api(self) -> api_client.SearchApi:
2525
return self._configure_api_client(api_client, "SearchApi")

hubspot/discovery/crm/lists/discovery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ def list_app_api(self) -> api_client.ListAppApi:
1010
@property
1111
def list_app_membership_api(self) -> api_client.ListAppMembershipApi:
1212
return self._configure_api_client(api_client, "ListAppMembershipApi")
13-

0 commit comments

Comments
 (0)