Skip to content

Commit 690f570

Browse files
committed
Make lint
1 parent 71433cd commit 690f570

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/expressions/test_expressions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,6 @@ def test_not_in() -> None:
923923
assert not_in == pickle.loads(pickle.dumps(not_in))
924924

925925

926-
927926
def test_bound_equal_to(term: BoundReference) -> None:
928927
bound_equal_to = BoundEqualTo(term, literal("a"))
929928
assert str(bound_equal_to) == f"BoundEqualTo(term={str(term)}, literal=literal('a'))"

0 commit comments

Comments
 (0)