Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Dec 30, 2024
1 parent 0034785 commit 20e62f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/data_imports/pipelines/pipeline/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def table_from_py_list(table_data: list[Any]) -> pa.Table:
try:
return pa.Table.from_pylist(table_data)
except:
# There exists mismatch types in the data
# There exists mismatched types in the data

column_types: dict[str, set[type]] = {key: set() for key in table_data[0].keys()}

Expand Down

0 comments on commit 20e62f0

Please sign in to comment.