From 1eed43c87accc1b90b26519d9a6825b0d1264dd4 Mon Sep 17 00:00:00 2001 From: Charlotte Mauvezin <charlotte.mauvezin@irht.cnrs.fr> Date: Fri, 24 Dec 2021 13:39:55 +0100 Subject: [PATCH] Modifying .isort.cfg --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index 0daf986..5cf2203 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -7,4 +7,4 @@ use_parentheses = True line_length = 120 default_section=FIRSTPARTY -known_third_party = editdistance,edlib,pandas,pytest,setuptools,termtables +known_third_party = editdistance,edlib,pytest,setuptools,termtables -- GitLab