Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed May 6, 2023
1 parent 726cbea commit 6225317
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
def test_should_transform_column(column: Column, expected: Column) -> None:
assert column.transform(lambda it: it + 1) == expected


@pytest.mark.parametrize(
("column", "original"),
[
Expand Down

0 comments on commit 6225317

Please sign in to comment.