Skip to content

Commit

Permalink
Ignore unused import in Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jul 3, 2024
1 parent 935b682 commit 9383ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/_substrait.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ try:
except ImportError:
py_substrait = None
else:
import substrait.proto # noqa: F401
import substrait.proto # no-cython-lint


# TODO GH-37235: Fix exception handling
Expand Down

0 comments on commit 9383ca4

Please sign in to comment.