Removed unused dictionary declaration
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2023-04-28 10:50:55 -05:00
parent ae3732eba2
commit 927a8a170a

View File

@ -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