Skip to content

Commit c3bb392

Browse files
committed
Add the missing return.
1 parent 4f0a16c commit c3bb392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graph_net/test_compiler_util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,3 +347,5 @@ def get_allow_samples(allow_list):
347347
with open(allow_list, "r") as f:
348348
for line in f.readlines():
349349
test_samples.append(os.path.join(graphnet_root, line.strip()))
350+
351+
return test_samples

0 commit comments

Comments
 (0)