Skip to content

Commit abf6a32

Browse files
style: fix ruff formatting for test_compaction.py
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1935f7d commit abf6a32

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/e2e/test_compaction.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
pytestmark = [
1111
pytest.mark.asyncio(loop_scope="module"),
12-
pytest.mark.skip(reason="Compaction tests are skipped due to flakiness — re-enable once stabilized"),
12+
pytest.mark.skip(
13+
reason="Compaction tests are skipped due to flakiness — re-enable once stabilized"
14+
),
1315
]
1416

1517

0 commit comments

Comments
 (0)