Skip to content

Commit

Permalink
chore(notes/download): remove unused APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jul 12, 2024
1 parent 1a01830 commit 8c7c570
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notes/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
hubspot = HubSpot(access_token=ACCESS_TOKEN)
hubspot_companies_api = hubspot.crm.companies.batch_api
hubspot_notes_api = hubspot.crm.objects.notes.basic_api
hubspot_objects_api = hubspot.crm.objects.basic_api
hubspot_objects_batch_api = hubspot.crm.objects.batch_api
hubspot_properties_api = hubspot.crm.properties.core_api
hubspot_users_crm_api = HubspotUserApi(access_token=ACCESS_TOKEN)
hubspot_users_settings_api = hubspot.settings.users.users_api

Expand Down

0 comments on commit 8c7c570

Please sign in to comment.