]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
apply black reformatting to WithPolymorphicAPITest
authorRamonWill <ramonwilliams@hotmail.co.uk>
Mon, 20 Apr 2020 21:33:18 +0000 (22:33 +0100)
committerRamonWill <ramonwilliams@hotmail.co.uk>
Mon, 20 Apr 2020 21:33:18 +0000 (22:33 +0100)
test/orm/inheritance/test_with_poly.py

index 0b0138e213bd27b18e4b8955b72fb7bfd32b3db2..dee76fc7b7a98cdde4d2105d3afda2d3474388ef 100644 (file)
@@ -27,8 +27,11 @@ class WithPolymorphicAPITest(_Polymorphic, _PolymorphicFixtureBase):
             exc.ArgumentError,
             "the 'flat' and 'selectable' arguments cannot be passed "
             "simultaneously to with_polymorphic()",
-            with_polymorphic, Person, [Engineer],
-            selectable=subq, flat=True
+            with_polymorphic,
+            Person,
+            [Engineer],
+            selectable=subq,
+            flat=True,
         )