From: Antoine Pitrou Date: Tue, 13 Nov 2012 20:36:21 +0000 (+0100) Subject: Fix whitespace. X-Git-Tag: v3.4.0a1~2017 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3354327113bfd3df3eda71ae682d986f4a9c549c;p=thirdparty%2FPython%2Fcpython.git Fix whitespace. --- diff --git a/Lib/test/test_functools.py b/Lib/test/test_functools.py index a8608abbcd43..ee1f5dbd7c38 100644 --- a/Lib/test/test_functools.py +++ b/Lib/test/test_functools.py @@ -200,7 +200,7 @@ class TestPartialPy(BaseTestPy, TestPartial): def test_pickle(self): raise unittest.SkipTest("Python implementation of partial isn't picklable") - + def test_repr(self): raise unittest.SkipTest("Python implementation of partial uses own repr")