Skip to content

Commit 2e2d028

Browse files
committed
lint
1 parent 4179d31 commit 2e2d028

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/unit/test_fuzz_preserve.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ def test_against_js(self):
9090
# Given the types we saw for params or results, look in detail for the
9191
# things we expect to see.
9292
def found_expected(self, data):
93+
# The many returns here seem to be the best way to write this code.
94+
# ruff: noqa: PLR0911
95+
9396
# Look for significant variety.
9497
if len(data) < 5:
9598
return False

0 commit comments

Comments
 (0)