Skip to content

Commit

Permalink
Merged import statement in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lgomezm committed Mar 22, 2022
1 parent 930a185 commit 50da532
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
from airbyte_cdk.models import ConfiguredAirbyteCatalog, SyncMode, Type
from source_hubspot.errors import HubspotRateLimited
from source_hubspot.source import SourceHubspot
from source_hubspot.streams import API, PROPERTIES_PARAM_MAX_LENGTH, Companies, Deals, Products, Stream, Workflows, split_properties
from source_hubspot.streams import API, PROPERTIES_PARAM_MAX_LENGTH, Companies, Deals, Engagements, Products, Workflows, split_properties
from source_hubspot.streams import API, PROPERTIES_PARAM_MAX_LENGTH, Companies, Deals, Engagements, Products, Stream, Workflows, split_properties

NUMBER_OF_PROPERTIES = 2000

Expand Down

0 comments on commit 50da532

Please sign in to comment.