X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/90e14e8b619246ff787d10b94bd5a64d18e52b84..3eea3aad864b83af3b6c477c32f15eb821fe9341:/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():