Skip to content

Commit c5157b3

Browse files
committed
style: fix new formatting issues
Signed-off-by: Niels Pardon <[email protected]>
1 parent 49dfa4b commit c5157b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/substrait/builders/type.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def precision_timestamp_tz(precision: int, nullable=True) -> stt.Type:
223223
)
224224

225225

226-
227226
def struct(types: Iterable[stt.Type], nullable=True) -> stt.Type:
228227
return stt.Type(
229228
struct=stt.Type.Struct(

tests/test_extension_registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ def test_covers_struct_mismatched_types_fails():
628628
assert not covers(covered, param_ctx, {})
629629

630630

631-
632631
@pytest.mark.parametrize(
633632
"test_case",
634633
[

0 commit comments

Comments
 (0)