Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Apr 4, 2024
1 parent 45f2412 commit 1a1567f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/functional/builtins/codegen/test_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ def _get_contract():
assert c.do_slice(bytesdata, start, length) == bytesdata[start:end], code


@pytest.mark.parametrize(
"location", ["storage", "transient"]
)
@pytest.mark.parametrize("location", ["storage", "transient"])
def test_slice_private(get_contract, location):
if location == "transient" and not version_check(begin="cancun"):
pytest.skip(
Expand Down

0 comments on commit 1a1567f

Please sign in to comment.