Skip to content

Commit 90db81c

Browse files
chore: fix lint rule for imports re: pep8
1 parent 3412f83 commit 90db81c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fixable = ["A", "B", "C", "D", "E", "F", "G", "I", "N", "Q", "S", "T", "W", "ANN
128128

129129
[tool.ruff.lint.isort]
130130
from-first = false
131-
lines-after-imports = 1
131+
lines-after-imports = 2
132132
lines-between-types = 0
133133
no-sections = true
134134

0 commit comments

Comments
 (0)