Skip to content

Commit

Permalink
Ignore unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jul 3, 2024
1 parent e605ea8 commit 935b682
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
import substrait.proto # noqa: F401


# TODO GH-37235: Fix exception handling
Expand Down

0 comments on commit 935b682

Please sign in to comment.