mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-07-20 13:26:30 -04:00
remove new line
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user