From d925186bc40be8767194bc70f4438bb7f94c81a8 Mon Sep 17 00:00:00 2001 From: RamonWill Date: Mon, 20 Apr 2020 22:33:18 +0100 Subject: [PATCH] apply black reformatting to WithPolymorphicAPITest --- test/orm/inheritance/test_with_poly.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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, ) -- 2.47.3