]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove new line 10959/head
authorTomasz Nowacki <t.nowacki87@gmail.com>
Mon, 4 Mar 2024 14:14:00 +0000 (15:14 +0100)
committerTomasz Nowacki <t.nowacki87@gmail.com>
Mon, 4 Mar 2024 14:14:00 +0000 (15:14 +0100)
test/typing/plain_files/orm/orm_querying.py

index 3258fe8be493ac10c10aa3f850547124a0834f27..3251147dd6876e04f4263762af2902512a5b4991 100644 (file)
@@ -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)