Skip to content

Commit 739631a

Browse files
Fix import ordering
1 parent 51c3354 commit 739631a

File tree

1 file changed

+1
-1
lines changed
  • src/python/pants/backend/experimental/python/lint/ruff

1 file changed

+1
-1
lines changed

src/python/pants/backend/experimental/python/lint/ruff/register.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
See https://www.pantsbuild.org/docs/python-linters-and-formatters and https://docs.astral.sh/ruff/
77
"""
88

9-
from pants.base.deprecated import warn_or_error
109
from pants.backend.experimental.python.lint.ruff.check import register as ruff_check_rules
10+
from pants.base.deprecated import warn_or_error
1111

1212

1313
def rules():

0 commit comments

Comments
 (0)