Skip to content

Commit

Permalink
Update profiles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou committed Jun 29, 2023
1 parent 82b3257 commit b18164e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isort/profiles.py
Expand Up @@ -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,
}
Expand Down

0 comments on commit b18164e

Please sign in to comment.