Skip to content

Commit

Permalink
Pacify ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Sep 20, 2024
1 parent e278018 commit 434f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_polars/cudf_polars/dsl/translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def _(
):
reader_options["schema"] = {
"fields": reader_options["schema"]["inner"]
} # pragma: no cover; CI tests 1.7
} # pragma: no cover; CI tests 1.7
file_options = node.file_options
with_columns = file_options.with_columns
n_rows = file_options.n_rows
Expand Down

0 comments on commit 434f99b

Please sign in to comment.