Skip to content

Commit

Permalink
no cover for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Jul 8, 2024
1 parent 6df5b00 commit b4ecedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/_arrow/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def _create_series_from_scalar(self, value: Any, series: ArrowSeries) -> ArrowSe
backend_version=self._backend_version,
)

def _create_native_series(self, value: Any) -> Any:
def _create_native_series(self, value: Any) -> Any: # pragma: no cover (todo!)
pa = get_pyarrow()
return pa.chunked_array([value])

Expand Down

0 comments on commit b4ecedf

Please sign in to comment.