X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1dadeef47aafeef1c52c64db9aef3b038bd609ea..8c74d7901fe8de0abd72a182d775b639b4202577:/tests/expression.py?ds=sidebyside diff --git a/tests/expression.py b/tests/expression.py index 093d259..cc6f399 100644 --- a/tests/expression.py +++ b/tests/expression.py @@ -411,9 +411,14 @@ what_is_up_with_those_new_coord_names = (coord_names + set(vars_to_create)) + se what_is_up_with_those_new_coord_names = (coord_names | set(vars_to_create)) - set( vars_to_remove ) -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() +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() +) Ø = set() authors.łukasz.say_thanks() mapping = {