From: RamonWill Date: Mon, 20 Apr 2020 21:33:18 +0000 (+0100) Subject: apply black reformatting to WithPolymorphicAPITest X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d925186bc40be8767194bc70f4438bb7f94c81a8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git apply black reformatting to WithPolymorphicAPITest --- diff --git a/test/orm/inheritance/test_with_poly.py b/test/orm/inheritance/test_with_poly.py index 0b0138e213..dee76fc7b7 100644 --- a/test/orm/inheritance/test_with_poly.py +++ b/test/orm/inheritance/test_with_poly.py @@ -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, )