Skip to content

Commit

Permalink
Update test diffs following changes in astral-sh#8541
Browse files Browse the repository at this point in the history
  • Loading branch information
bluthej committed Nov 26, 2023
1 parent 0cefa55 commit 3cdc57c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ length_sort_from_imports.py:1:1: I001 [*] Import block is un-sorted or un-format
|
= help: Organize imports

Fix
Safe fix
1 |+from short import b
1 2 | from mediuuuuuuuuuuum import a
2 |-from short import b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ length_sort_non_ascii_members.py:1:1: I001 [*] Import block is un-sorted or un-f
|
= help: Organize imports

Fix
Safe fix
1 1 | from module1 import (
2 |- loooooooooooooong,
2 |+ short,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ length_sort_non_ascii_modules.py:1:1: I001 [*] Import block is un-sorted or un-f
|
= help: Organize imports

Fix
Safe fix
1 |-import loooooooooooooong
2 |-import mediuuuuuum
3 1 | import short
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ length_sort_straight_and_from_imports.py:1:1: I001 [*] Import block is un-sorted
|
= help: Organize imports

Fix
Safe fix
1 |+import short
1 2 | import mediuuuuuum
2 |-import short
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ length_sort_straight_imports.py:1:1: I001 [*] Import block is un-sorted or un-fo
|
= help: Organize imports

Fix
Safe fix
1 |+import short
2 |+import mediuuuuuuma
1 3 | import mediuuuuuumb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ length_sort_from_imports.py:1:1: I001 [*] Import block is un-sorted or un-format
|
= help: Organize imports

Fix
Safe fix
1 |+from loooooooooooooooooooooog import c
1 2 | from mediuuuuuuuuuuum import a
2 3 | from short import b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ length_sort_straight_and_from_imports.py:1:1: I001 [*] Import block is un-sorted
|
= help: Organize imports

Fix
Safe fix
1 |+import short
1 2 | import mediuuuuuum
2 |-import short
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ length_sort_straight_imports.py:1:1: I001 [*] Import block is un-sorted or un-fo
|
= help: Organize imports

Fix
Safe fix
1 |+import short
2 |+import mediuuuuuuma
1 3 | import mediuuuuuumb
Expand Down

0 comments on commit 3cdc57c

Please sign in to comment.