Removed unused dictionary declaration
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ae3732eba2
commit
927a8a170a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user