Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Apr 8, 2024
1 parent 6826690 commit 962b2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_substrait.py
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ def check_one_way(field):

for field in schema:
check_one_way(field)


def test_invalid_expression_ser_des():
schema = pa.schema([
Expand Down

0 comments on commit 962b2a8

Please sign in to comment.