From 93d75ec5125a8a90a498377cd5854c41acb76b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Sun, 19 Jul 2020 14:06:09 +0200 Subject: [PATCH] DOC: docstring --- src/caosadvancedtools/table_importer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/caosadvancedtools/table_importer.py b/src/caosadvancedtools/table_importer.py index 0bc64d13..24e7f68f 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 -- GitLab