Kaydet (Commit) 33543271 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Fix whitespace.

üst b5b37141
...@@ -200,7 +200,7 @@ class TestPartialPy(BaseTestPy, TestPartial): ...@@ -200,7 +200,7 @@ class TestPartialPy(BaseTestPy, TestPartial):
def test_pickle(self): def test_pickle(self):
raise unittest.SkipTest("Python implementation of partial isn't picklable") raise unittest.SkipTest("Python implementation of partial isn't picklable")
def test_repr(self): def test_repr(self):
raise unittest.SkipTest("Python implementation of partial uses own repr") raise unittest.SkipTest("Python implementation of partial uses own repr")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment