remove new line

This commit is contained in:
Tomasz Nowacki
2024-03-04 15:14:00 +01:00
parent 1fe01e5153
commit 6fed2cf1d1
@@ -133,5 +133,4 @@ def test_10959_with_loader_criteria() -> None:
return cls_.data == "some data"
orm.with_loader_criteria(A, lambda cls: cls.data == "some data")
orm.with_loader_criteria(A, where_criteria)