diff --git a/src/caosadvancedtools/table_importer.py b/src/caosadvancedtools/table_importer.py
index 3db79717cfd8fa0a94ac2cce9721e7b0e56f1bde..f0cc2d18cc613a44999c97037b7fbb4261f4c0a2 100755
--- a/src/caosadvancedtools/table_importer.py
+++ b/src/caosadvancedtools/table_importer.py
@@ -24,8 +24,7 @@ For example, a list of column names that have to exist can be provided.
 This module also implements some converters that can be applied to cell
 entries.
 
-Those converters can also be used to apply checks on the entries. TODO: Should
-this be separated?
+Those converters can also be used to apply checks on the entries. 
 """
 
 import logging