Skip to content

Commit e73ca38

Browse files
committed
linters
1 parent a0be7e0 commit e73ca38

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_transforms.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,9 +1037,7 @@ def test_projection_truncate_string_not_starts_with(bound_reference_str: BoundRe
10371037
) == NotStartsWith(term="name", literal=literal("he"))
10381038

10391039
# longer than width: can't be projected, so the partition is always read
1040-
assert (
1041-
TruncateTransform(2).project("name", BoundNotStartsWith(term=bound_reference_str, literal=literal("hello"))) is None
1042-
)
1040+
assert TruncateTransform(2).project("name", BoundNotStartsWith(term=bound_reference_str, literal=literal("hello"))) is None
10431041

10441042

10451043
def _test_projection(lhs: UnboundPredicate | None, rhs: UnboundPredicate | None) -> None:

0 commit comments

Comments
 (0)