X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/90e14e8b619246ff787d10b94bd5a64d18e52b84..3eab6d3131acd14b5900519d8447c8a1152e6d87:/tests/function.py diff --git a/tests/function.py b/tests/function.py index ea27ebb..4cfc945 100644 --- a/tests/function.py +++ b/tests/function.py @@ -169,9 +169,7 @@ def spaces2(result=_core.Value(None)): def example(session): result = session.query(models.Customer.id).filter( models.Customer.account_id == account_id, models.Customer.email == email_address - ).order_by( - models.Customer.id.asc() - ).all() + ).order_by(models.Customer.id.asc()).all() def long_lines():