From 004ac88872ee2e4637719fdb80c99b7f42da9820 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Sun, 8 Sep 2013 15:19:04 -0600 Subject: Remove useless spaces. --- pyramid/tests/test_config/test_util.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyramid/tests/test_config/test_util.py b/pyramid/tests/test_config/test_util.py index 939a51216..93d5c8895 100644 --- a/pyramid/tests/test_config/test_util.py +++ b/pyramid/tests/test_config/test_util.py @@ -588,8 +588,6 @@ class TestNotted(unittest.TestCase): self.assertEqual(inst(None, None), True) class TestDotted(unittest.TestCase): - - def _makeOne(self, *arg, **kw): self.action_called = False from pyramid.config import Configurator -- cgit v1.2.3