From e282257555ebc7abfeb92427a27b497baa4e1f09 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 5 Jan 2019 13:00:21 -0500 Subject: - flake8 refactor - test_orm A full rewrite of all imports and pep8 formatting using zimports, black, commits are broken into sections. Directories included in this commit: test/orm/ test/ext/ did not fully merge this one, needs to be done from scratch Change-Id: I22b42d81bbc35c3a4a8ad4e48dbc78c363cdd4e3 (cherry picked from commit 380f75c051314e615694cdb9186e8ac7de128131) --- test/orm/test_manytomany.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'test/orm/test_manytomany.py') diff --git a/test/orm/test_manytomany.py b/test/orm/test_manytomany.py index 1bd730b22..226415e34 100644 --- a/test/orm/test_manytomany.py +++ b/test/orm/test_manytomany.py @@ -231,7 +231,16 @@ class M2MTest(fixtures.MappedTest): """test that a mapper can have two eager relationships to the same table, via two different association tables. aliases are required.""" - place_input, transition, Transition, PlaceThingy, place, place_thingy, Place, place_output = ( + ( + place_input, + transition, + Transition, + PlaceThingy, + place, + place_thingy, + Place, + place_output, + ) = ( self.tables.place_input, self.tables.transition, self.classes.Transition, -- cgit v1.2.1