Skip to content

Commit afc6e4c

Browse files
shahar1harjeevanmaan
authored andcommitted
Fix typo in pyproject.toml (apache#43077)
1 parent 31ba0d1 commit afc6e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ section-order = [
342342

343343
# Make sure we put the "dev" imports at the end, not as a third-party module
344344
[tool.ruff.lint.isort.sections]
345-
testing = ["dev", "providers.tests", "task_sdk.tests", "test_common", "tests"]
345+
testing = ["dev", "providers.tests", "task_sdk.tests", "tests_common", "tests"]
346346

347347
[tool.ruff.lint.extend-per-file-ignores]
348348
"airflow/__init__.py" = ["F401", "TCH004"]

0 commit comments

Comments
 (0)