Skip to content

Commit

Permalink
Use the same static method calling convention
Browse files Browse the repository at this point in the history
  • Loading branch information
isVoid committed Mar 18, 2022
1 parent d617caa commit 677a7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/core/multiindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -1833,5 +1833,5 @@ def _split_columns_by_levels(self, levels):

def repeat(self, repeats, axis=None):
return self._from_columns_like_self(
self._repeat([*self._columns], repeats, axis), self._column_names
Frame._repeat([*self._columns], repeats, axis), self._column_names
)

0 comments on commit 677a7a2

Please sign in to comment.