Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Jul 25, 2023
1 parent 33c6353 commit 1b6dc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cugraph-pyg/cugraph_pyg/loader/cugraph_node_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ def __init__(
renumber = (
True
if (
len(self.__graph_store.node_types) == 1
and len(self.__graph_store.edge_types) == 1
(len(self.__graph_store.node_types) == 1)
and (len(self.__graph_store.edge_types) == 1)
)
else False
)
Expand Down

0 comments on commit 1b6dc5b

Please sign in to comment.