Skip to content

Commit

Permalink
remove unused ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Dec 11, 2023
1 parent dde79e0 commit e38d4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/data_imports/pipelines/stripe/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e38d4a3

Please sign in to comment.