Skip to content

Commit

Permalink
remove argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahyurick authored Aug 2, 2021
1 parent 8428e89 commit b65d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/column/column.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ def as_numerical_column(
) -> "cudf.core.column.NumericalColumn":
raise NotImplementedError

def convert_alias(self, dtype: str):
def convert_alias(self, dtype):
aliases = {
"UInt8": "uint8",
"UInt16": "uint16",
Expand Down

0 comments on commit b65d32d

Please sign in to comment.