Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed May 23, 2024
1 parent 9a1cb67 commit bbeece9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cugraph/cugraph/dask/community/ktruss_subgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def convert_to_cudf(cp_arrays: cp.ndarray) -> cudf.DataFrame:
if cp_weight is not None:
df["weight"] = cp_weight


return df


Expand Down

0 comments on commit bbeece9

Please sign in to comment.