extended TODO

This commit is contained in:
Robin Müller 2022-07-20 11:04:53 +02:00
parent 911aa0d89d
commit 9c412ace74
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class InterfaceParser(FileParser):
start_name_list_list, end_name_list_list
) -> Tuple[List, List]:
# TODO: Clean up this mess. Use a wrapper/helper class instead of wild list/indexes
# Also, the complexity of this algorithm warrants a unittest..
start_list_list_completed = start_name_list_list
end_list_list_completed = end_name_list_list
all_indexes_filled = False