Commit c663fe0
committed
style(tests): collapse extra blank lines after the new tests (E303)
The two tests added by this PR were each followed by three blank lines
before the next top-level def; PEP8/ruff E303 allows at most two. The
repo's ruff config does not enable E3 today so this is latent, but it
would surface under a stricter lint gate.1 parent f567a0a commit c663fe0
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | | - | |
607 | 606 | | |
608 | 607 | | |
609 | 608 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
0 commit comments