From 893e78cb90c36ca3d324ed58d9a2508a3a27a19d Mon Sep 17 00:00:00 2001 From: frxz751113 <156018267+frxz751113@users.noreply.github.com> Date: Thu, 3 Oct 2024 01:56:08 +0800 Subject: [PATCH] Update GAT.py --- py/GAT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/GAT.py b/py/GAT.py index 546c76a..d2649c3 100644 --- a/py/GAT.py +++ b/py/GAT.py @@ -31,7 +31,7 @@ with open(output_file, 'w', encoding='utf-8') as f: with open('gat.txt', 'r', encoding='utf-8') as infile: - lines = infile.readlines + lines = infile.readlines() new_lines = [] for i in range(len(lines)): line = lines[i]