We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ff550 commit 1db7948Copy full SHA for 1db7948
1 file changed
src/substrait/proto/__init__.py
@@ -1,3 +1,5 @@
1
+# ruff: noqa: F401 F403
2
+
3
import substrait.algebra_pb2 as algebra
4
import substrait.capabilities_pb2 as capabilities
5
import substrait.extended_expression_pb2 as extended_expression
0 commit comments