Skip to content

Commit

Permalink
Fix style check
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Mar 7, 2024
1 parent e44c5bd commit f83b04f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/cugraph/cugraph/structure/hypergraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,4 @@ def _prepend_str(col, val):

# Make an empty categorical string dtype
def _empty_cat_dt():
return cudf.CategoricalDtype(
categories=np.array([], dtype="str"), ordered=False
)
return cudf.CategoricalDtype(categories=np.array([], dtype="str"), ordered=False)

0 comments on commit f83b04f

Please sign in to comment.