Skip to content

Commit

Permalink
Make the output match ruff-isort's behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Jan 4, 2024
1 parent 166c43a commit cd4694f
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions test/formatters/samplecode/ruff-isort/out.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@
import sys

from my_lib import Object, Object2, Object3
from third_party import (lib1, lib2, lib3, lib4, lib5, lib6, lib7, lib8, lib9,
lib10, lib11, lib12, lib13, lib14, lib15)
from third_party import (
lib1,
lib2,
lib3,
lib4,
lib5,
lib6,
lib7,
lib8,
lib9,
lib10,
lib11,
lib12,
lib13,
lib14,
lib15,
)

print("Hey")
print("yo")

0 comments on commit cd4694f

Please sign in to comment.