From b18164ef56b1362bfaf31d70efd9640197abf47b Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Thu, 29 Jun 2023 19:59:03 +0100 Subject: [PATCH] Update profiles.py --- isort/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort/profiles.py b/isort/profiles.py index eee484ff..6e126a46 100644 --- a/isort/profiles.py +++ b/isort/profiles.py @@ -25,7 +25,7 @@ "force_sort_within_sections": True, "lexicographical": True, "line_length": 1000, - "single_line_exclusions": ("collections.abc", "typing",), + "single_line_exclusions": ("collections.abc", "typing"), "order_by_type": False, "group_by_package": True, }