deleted TODO in path_splitter_tree, as it was already resolved

This commit is contained in:
GassiGiuseppe 2025-09-25 19:19:11 +02:00
parent 0a698e9837
commit e521b0704e

View File

@ -101,7 +101,6 @@ def tree_like(file: str, csv_uri_header:str, out: str):
FILE = open(file, "r", encoding="utf-8")
# TODO: Change here so it takes single URI from a CSV file
# It is needed the header-name
for row in csv.DictReader(FILE):