Skip to content

Commit 9acd65d

Browse files
committed
fix: linter errors
1 parent bd1f5b9 commit 9acd65d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tests/extension_registry/conftest.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
"""Tests for parsing of a registry yaml and basic registry operations (lookup, registration)."""
22

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-
)
3+
from substrait.builders.type import i8, decimal, i16
114
from substrait.gen.proto.type_pb2 import Type
125

136
import pytest

0 commit comments

Comments
 (0)