From 8209049486a4d81fa98264273c8c2581ec8369cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Mon, 21 Nov 2022 02:55:19 +0100 Subject: [PATCH] Fix isort config --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4677ff4..86e17a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,4 +31,3 @@ profile = "black" line_length = 120 lines_between_types = 1 lines_after_imports = 2 -lines_between_sections = 2