From db5e1ee483c39e34dea8edf80c6bd82e56cd98fe Mon Sep 17 00:00:00 2001 From: Crystina Date: Thu, 12 May 2022 00:50:43 +0200 Subject: [PATCH] newline at the end of file --- capreolus/benchmark/covid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capreolus/benchmark/covid.py b/capreolus/benchmark/covid.py index fd743349..85f491fd 100644 --- a/capreolus/benchmark/covid.py +++ b/capreolus/benchmark/covid.py @@ -239,4 +239,4 @@ def download_if_missing(self): json.dump({"s1": {"train_qids": all_qids, "predict": {"dev": all_qids, "test": all_qids}}}, open(self.fold_file, "w")) topic_f.close() - qrel_f.close() \ No newline at end of file + qrel_f.close()