style: normalise blank lines between definitions

- two between top-level definitions, one between methods, none doubled inside a body
This commit is contained in:
Yijia-Xiao
2026-09-24 05:00:36 +00:00
parent 91c4319147
commit 8efb702871
15 changed files with 13 additions and 11 deletions
-2
View File
@@ -58,8 +58,6 @@ def _bare_graph(tmpdir, *, enabled=True):
return g
@pytest.mark.unit
def test_disabled_is_a_noop():
with tempfile.TemporaryDirectory() as tmp: