From 0aca621acf22532946d2338db4bbc35dcf7247b8 Mon Sep 17 00:00:00 2001 From: Charlotte Mauvezin <charlotte.mauvezin@irht.cnrs.fr> Date: Wed, 22 Dec 2021 14:56:59 +0100 Subject: [PATCH] linter --- .isort.cfg | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.isort.cfg b/.isort.cfg index 5cf2203..0daf986 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,pytest,setuptools,termtables +known_third_party = editdistance,edlib,pandas,pytest,setuptools,termtables diff --git a/requirements.txt b/requirements.txt index 70abc00..7ae8377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ editdistance==0.5.3 edlib==1.3.8.post2 +pandas==1.3.4 termtables==0.2.3 -pandas==1.3.4 \ No newline at end of file -- GitLab