Skip to content

Commit 62b1d5e

Browse files
shahar1PaulKobow7536
authored andcommitted
Fix typo in pyproject.toml (apache#43077)
1 parent 5574944 commit 62b1d5e

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)