Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 11, 2024
1 parent 0ef9c18 commit f95abc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/_arrow/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def std(self, ddof: int = 1) -> int:

def count(self) -> int:
pc = get_pyarrow_compute()
return pc.count(self._native_series) # type: ignore[no-any-return]
return pc.count(self._native_series) # type: ignore[no-any-return]

def __narwhals_namespace__(self) -> ArrowNamespace:
return ArrowNamespace(backend_version=self._backend_version)
Expand Down

0 comments on commit f95abc3

Please sign in to comment.