mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
c86c1b88f9
commit
863ac44b74
|
@ -87,4 +87,3 @@ else: raise TestFailed, 'gcdext(10, 10.) should raise a TypeError'
|
|||
try: mpz.mpz(-10).binary()
|
||||
except ValueError: pass
|
||||
else: raise TestFailed, 'mpz(-10).binary() should raise a ValueError'
|
||||
|
||||
|
|
|
@ -40,4 +40,3 @@ class NetrcTestCase(unittest.TestCase):
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_support.run_unittest(NetrcTestCase)
|
||||
|
||||
|
|
|
@ -123,4 +123,3 @@ def test_main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
||||
|
|
Loading…
Reference in New Issue