We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1f5b9 commit 9acd65dCopy full SHA for 9acd65d
tests/extension_registry/conftest.py
@@ -1,13 +1,6 @@
1
"""Tests for parsing of a registry yaml and basic registry operations (lookup, registration)."""
2
3
-from substrait.builders.type import i8, i16
4
-from substrait.builders.type import (
5
- decimal,
6
- i8,
7
- i16,
8
- i32,
9
- struct,
10
-)
+from substrait.builders.type import i8, decimal, i16
11
from substrait.gen.proto.type_pb2 import Type
12
13
import pytest
0 commit comments