Skip to content

Commit

Permalink
add accidentally removed comment. (#10526)
Browse files Browse the repository at this point in the history
Adds back a comment that was accidentally removed in #10523.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #10526
  • Loading branch information
vyasr authored Mar 28, 2022
1 parent 90882d3 commit 8103a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cudf/cudf/_lib/column.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ class Column:
def _mimic_inplace(
self, other_col: ColumnBase, inplace=False
) -> Optional[ColumnBase]: ...
# TODO: The val parameter should be Scalar, not ScalarLike
@staticmethod
def from_scalar(val: ScalarLike, size: int) -> ColumnBase: ...

0 comments on commit 8103a91

Please sign in to comment.