Skip to content

Commit

Permalink
Merge pull request #2320 from PyCQA/fix-main
Browse files Browse the repository at this point in the history
Fix errors on `main`
  • Loading branch information
DanielNoord authored Jan 9, 2025
2 parents 5252cfb + 94d1c88 commit 91b8973
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.3.1
poetry==1.8.5
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/unit/test_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -5695,7 +5695,7 @@ def test_reexport_multiline_in_center() -> None:
test_input = """from m import (
bar,
foo,
)
)
__all__ = [
"foo",
"bar",
Expand All @@ -5713,7 +5713,7 @@ def test_reexport_multiline_in_center() -> None:


def test_reexport_multiline_long_rollback() -> None:
test_input = """from m import foo, bar
test_input = """from m import foo, bar
__all__ = [ "foo",
"bar",
]
Expand Down

0 comments on commit 91b8973

Please sign in to comment.