Skip to content

Commit 0af56c9

Browse files
chores: remove TODOs for the class MappingLUT
1 parent ae221ad commit 0af56c9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ontograph/models.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def __init__(self, mapping_lut: dict, databases_names: list[str]) -> None:
284284
"""
285285
self._mapping_lut = mapping_lut
286286
self._database_names = databases_names
287-
# TODO: add tests
288287

289288
def get_mapping_lut(self) -> dict:
290289
"""Return the mapping lookup table.
@@ -293,7 +292,6 @@ def get_mapping_lut(self) -> dict:
293292
dict: The mapping lookup table.
294293
"""
295294
return self._mapping_lut
296-
# TODO: add tests
297295

298296
def get_database_names(self) -> list[str]:
299297
"""Return the list of database names.
@@ -302,4 +300,3 @@ def get_database_names(self) -> list[str]:
302300
list[str]: The list of database names.
303301
"""
304302
return self._database_names
305-
# TODO: add tests

0 commit comments

Comments
 (0)