Skip to content

Commit 65b8e26

Browse files
authored
Remove empty lines
1 parent e992078 commit 65b8e26

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/expressions/test_expressions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,9 +1293,6 @@ def test_bind_ambiguous_name() -> None:
12931293
assert "Invalid schema, multiple fields for name foo.bar: 2 and 3" in str(exc_info)
12941294

12951295

1296-
# --- deepcopy tests ---
1297-
1298-
12991296
def test_deepcopy_and() -> None:
13001297
expr = And(EqualTo("x", 1), EqualTo("y", 2))
13011298
copied = copy.deepcopy(expr)

0 commit comments

Comments
 (0)