Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mads R. B. Kristensen <[email protected]>
  • Loading branch information
rjzamora and madsbk authored Aug 13, 2024
1 parent d10e9d7 commit ffcc137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/dask_cudf/dask_cudf/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@ def from_dict(
constructor=constructor,
)

@classmethod
def read_parquet(cls, *args, engine=None, **kwargs):
@staticmethod
def read_parquet(*args, engine=None, **kwargs):
import dask_expr as dx

from dask_cudf.io.parquet import CudfEngine
Expand Down

0 comments on commit ffcc137

Please sign in to comment.