From 927a8a170ab5bd79ecc52a425d4ac9f8d66f12d6 Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 28 Apr 2023 10:50:55 -0500 Subject: [PATCH] Removed unused dictionary declaration --- src/bmlsa/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bmlsa/io.py b/src/bmlsa/io.py index 7f2ba47..a47da27 100644 --- a/src/bmlsa/io.py +++ b/src/bmlsa/io.py @@ -13,7 +13,6 @@ def read_annotations_from_csv( start_header: str = None, end_header: str = None, ): - annotations = {} with open(csv_path, "r") as csv_fd: reader = csv.reader(csv_fd) id_ind = None