diff --git a/posthog/temporal/data_imports/pipelines/stripe/helpers.py b/posthog/temporal/data_imports/pipelines/stripe/helpers.py index 604d335c50787..4f5ee99b40d9a 100644 --- a/posthog/temporal/data_imports/pipelines/stripe/helpers.py +++ b/posthog/temporal/data_imports/pipelines/stripe/helpers.py @@ -64,7 +64,7 @@ def stripe_get_data( api_key=api_key, created={"gte": start_date, "lt": end_date}, limit=100, - **kwargs, # type: ignore + **kwargs, ) response = dict(resource_dict)