From 851e1ec2f7ca46fcf765c840f0d9e56fc0c3945c Mon Sep 17 00:00:00 2001 From: Niels <77604434+nielsmai@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:23:10 -0400 Subject: [PATCH] Update streams.py --- tap_hubspot/streams.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tap_hubspot/streams.py b/tap_hubspot/streams.py index 03bdcbc..96db20c 100644 --- a/tap_hubspot/streams.py +++ b/tap_hubspot/streams.py @@ -156,7 +156,6 @@ def get_child_context(self, record: dict, context: Optional[dict]) -> dict: return {"archived": record["archived"], "contact_id": record["id"]} - class PropertiesStream(HubspotStream): """Define custom stream."""