From 4f3f35545c9163e7e8101ba5cd9dd5b72c9a8c75 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 18 Oct 2024 02:35:30 +0000 Subject: [PATCH] fix lint --- examples/graphbolt/pyg/hetero/node_classification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphbolt/pyg/hetero/node_classification.py b/examples/graphbolt/pyg/hetero/node_classification.py index f43a6f0609ba..45a8b1eed730 100644 --- a/examples/graphbolt/pyg/hetero/node_classification.py +++ b/examples/graphbolt/pyg/hetero/node_classification.py @@ -346,7 +346,7 @@ def parse_args(): "igb-het-medium", "igb-het-large", "igb-het-MLPerf", - "igb-het" + "igb-het", ], help="Dataset name. Possible values: ogb-lsc-mag240m, igb-het, and igb-het-[tiny|small|medium|large|MLPerf].", )