X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/90e14e8b619246ff787d10b94bd5a64d18e52b84..634dc5a20ecc5101040f279ad0f62d976a7a36ea:/tests/function.py?ds=sidebyside diff --git a/tests/function.py b/tests/function.py index ea27ebb9..4cfc945c 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():