Skip to content

Commit becf09b

Browse files
committed
ruff
1 parent 74f316f commit becf09b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_uri_urn_migration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
Note: Tests for the UriUrnBiDiMap class itself are in test_bimap.py
1212
"""
1313

14-
import pytest
1514
import yaml
1615

1716
import substrait.gen.proto.type_pb2 as stt
@@ -25,7 +24,7 @@
2524
column,
2625
aggregate_function,
2726
)
28-
from substrait.builders.type import i64, boolean
27+
from substrait.builders.type import i64
2928
from substrait.builders.plan import read_named_table, aggregate, project, filter
3029
from substrait.extension_registry import ExtensionRegistry
3130
from substrait.type_inference import infer_plan_schema

0 commit comments

Comments
 (0)