Skip to content

Commit

Permalink
revert: Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Nov 12, 2024
1 parent bc0f42c commit 5e677c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def test_sanitize_pyarrow_table_columns() -> None:
)

# Create pyarrow table with explicit schema so that date32 type is preserved
# error: Argument 1 to "schema" has incompatible type "list[object]"; expected "Iterable[Field[Any]] | Iterable[tuple[str, DataType]] | Mapping[str, DataType]" [arg-type]
pa_table = pa.Table.from_pandas(
df,
pa.schema(
Expand Down

0 comments on commit 5e677c0

Please sign in to comment.