Skip to content

Commit 88c3627

Browse files
CopilotDanielNoord
andauthored
Fix lazy from_first test docstring wording
Agent-Logs-Url: https://github.com/PyCQA/isort/sessions/598e293a-0a92-45ab-9a4e-089fc26c97b4 Co-authored-by: DanielNoord <13665637+DanielNoord@users.noreply.github.com>
1 parent a7a9282 commit 88c3627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_lazy_imports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_no_sections_mode_with_lazy_imports():
118118

119119

120120
def test_from_first_option_respected_for_lazy():
121-
"""When from_first=True, lazy from imports precede lazy straight imports but appear before eager imports."""
121+
"""When from_first=True, lazy from imports precede lazy straight imports but appear after eager imports."""
122122
isort_test(
123123
"import pathlib\nlazy import ast\nlazy from dataclasses import dataclass\n",
124124
"import pathlib\nlazy from dataclasses import dataclass\nlazy import ast\n",

0 commit comments

Comments
 (0)