From eb0a46010a119d3ede2e89e4b0a61cbfb533d473 Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Tue, 5 Nov 2019 15:00:05 -0500 Subject: black 19.10b0 was released on 2019.10.28 and introduced several changes that affect Pyramid --- tests/test_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_router.py') diff --git a/tests/test_router.py b/tests/test_router.py index 722f4286c..f6b7f64d3 100644 --- a/tests/test_router.py +++ b/tests/test_router.py @@ -434,7 +434,7 @@ class TestRouter(unittest.TestCase): self.assertEqual(request.root, context) def test_call_view_registered_nonspecific_nondefault_path_and_subpath( - self + self, ): from pyramid.interfaces import IViewClassifier -- cgit v1.2.3