Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Oct 22, 2024
1 parent 11f9c40 commit 6b547fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

from pylibcugraph import ResourceHandle
from pylibcugraph import (
heterogeneous_biased_neighbor_sample as pylibcugraph_heterogeneous_biased_neighbor_sample,
heterogeneous_biased_neighbor_sample as \
pylibcugraph_heterogeneous_biased_neighbor_sample,
)

from cugraph.sampling.sampling_utilities import sampling_results_from_cupy_array_dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

from pylibcugraph import ResourceHandle
from pylibcugraph import (
heterogeneous_uniform_neighbor_sample as pylibcugraph_heterogeneous_uniform_neighbor_sample,
heterogeneous_uniform_neighbor_sample as \
pylibcugraph_heterogeneous_uniform_neighbor_sample,
)

from cugraph.sampling.sampling_utilities import sampling_results_from_cupy_array_dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

from pylibcugraph import ResourceHandle
from pylibcugraph import (
homogeneous_biased_neighbor_sample as pylibcugraph_homogeneous_biased_neighbor_sample,
homogeneous_biased_neighbor_sample as \
pylibcugraph_homogeneous_biased_neighbor_sample,
)

from cugraph.sampling.sampling_utilities import sampling_results_from_cupy_array_dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

from pylibcugraph import ResourceHandle
from pylibcugraph import (
homogeneous_uniform_neighbor_sample as pylibcugraph_homogeneous_uniform_neighbor_sample,
homogeneous_uniform_neighbor_sample as \
pylibcugraph_homogeneous_uniform_neighbor_sample,
)

from cugraph.sampling.sampling_utilities import sampling_results_from_cupy_array_dict
Expand Down

0 comments on commit 6b547fb

Please sign in to comment.