From 10ddb6f08592c2740b966e98a6f98a5b83af1896 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 15 Oct 2018 02:42:09 -0500 Subject: fix lint on tests --- tests/test_config/test_routes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_config/test_routes.py') diff --git a/tests/test_config/test_routes.py b/tests/test_config/test_routes.py index 0999f8072..d6f45608d 100644 --- a/tests/test_config/test_routes.py +++ b/tests/test_config/test_routes.py @@ -164,10 +164,10 @@ class RoutesConfiguratorMixinTests(unittest.TestCase): config = self._makeOne(autocommit=True) - def pred1(context, request): + def pred1(context, request): # pragma: no cover pass - def pred2(context, request): + def pred2(context, request): # pragma: no cover pass with warnings.catch_warnings(record=True) as w: -- cgit v1.2.3