From ffe0e834cbf20d0e07132fcf0c5eded39d93f2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Iranzo=20G=C3=B3mez?= Date: Sun, 31 Dec 2023 09:36:08 +0100 Subject: [PATCH] ci: fix config for isort --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index 0c5b431b6..f2cc03f46 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -4,4 +4,4 @@ include_trailing_comma=True force_grid_wrap=0 use_parentheses=True line_length=88 -known_third_party = setuptools +known_third_party = imp,setuptools