Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 6, 2023
1 parent 2a456cf commit d023f1a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cudf/cudf/core/column/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,9 +1272,7 @@ def fillna(
self.codes.dtype
)

result = super().fillna(value=fill_value, method=method)

return result
return super().fillna(value=fill_value, method=method)

def indices_of(
self, value: ScalarLike
Expand Down

0 comments on commit d023f1a

Please sign in to comment.