mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Whitespace normalization.
This commit is contained in:
parent
db3756dade
commit
478c10554b
5 changed files with 8 additions and 8 deletions
|
@ -208,7 +208,7 @@ class ComplexTest(unittest.TestCase):
|
|||
self.assertRaises(ValueError, complex, unicode("x"))
|
||||
|
||||
class EvilExc(Exception):
|
||||
pass
|
||||
pass
|
||||
|
||||
class evilcomplex:
|
||||
def __complex__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue