From e34a9c26192ac5dbcb8c68fe696556bd24fbcae3 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Mon, 20 Jul 2020 11:50:12 +0200 Subject: [PATCH] STY: autopep8'ed --- src/caosadvancedtools/table_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caosadvancedtools/table_importer.py b/src/caosadvancedtools/table_importer.py index 24e7f68f..463c0d5a 100755 --- a/src/caosadvancedtools/table_importer.py +++ b/src/caosadvancedtools/table_importer.py @@ -24,7 +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. +Those converters can also be used to apply checks on the entries. """ import logging -- GitLab