Skip to content

Commit

Permalink
Parent is not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Jul 13, 2021
1 parent 487378c commit 8cafbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/column/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def str_to_boolean(column: StringColumn):
class StringMethods(ColumnMethods):
_column: StringColumn

def __init__(self, parent=None):
def __init__(self, parent):
"""
Vectorized string functions for Series and Index.
Expand Down

0 comments on commit 8cafbd6

Please sign in to comment.