Skip to content

Commit b170a90

Browse files
author
Ubuntu
committed
fix lint
1 parent 93cb70f commit b170a90

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/graphbolt/rgcn/download.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,7 @@ def split_data(label_path, set_dir, dataset_size, class_num):
491491
gb.numpy_save_aligned(
492492
f"{set_dir}/validation_labels_{class_num}.npy", validation_labels
493493
)
494-
gb.numpy_save_aligned(
495-
f"{set_dir}/test_labels_{class_num}.npy", test_labels
496-
)
494+
gb.numpy_save_aligned(f"{set_dir}/test_labels_{class_num}.npy", test_labels)
497495

498496

499497
def add_edges(edges, source, dest, dataset_size):

0 commit comments

Comments
 (0)