Skip to content

Commit 543b581

Browse files
fix: add missing trailing newline to tests/test_edge_cases.py (ruff W292)
1 parent 8b70118 commit 543b581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_edge_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def test_ruff_known_first_party(self):
147147
data = tomllib.load(f)
148148
isort_cfg = data.get("tool", {}).get("ruff", {}).get("lint", {}).get("isort", {})
149149
kfp = isort_cfg.get("known-first-party", [])
150-
assert kfp == ["datamorph"], f"known-first-party should be ['datamorph'], got {kfp}"
150+
assert kfp == ["datamorph"], f"known-first-party should be ['datamorph'], got {kfp}"

0 commit comments

Comments
 (0)