Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jan 24, 2025
1 parent 3e4f829 commit 2fd39dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/cudf/cudf/core/column/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -5918,7 +5918,9 @@ def values(self) -> cupy.ndarray:
"""
Return a CuPy representation of the StringColumn.
"""
raise NotImplementedError("String Arrays is not yet implemented in cupy")
raise NotImplementedError(
"String Arrays is not yet implemented in cupy"
)

def to_pandas(
self,
Expand Down

0 comments on commit 2fd39dc

Please sign in to comment.