summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_types.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_types.py b/Lib/test/test_types.py
index e6f440f..5d94572 100644
--- a/Lib/test/test_types.py
+++ b/Lib/test/test_types.py
@@ -397,4 +397,3 @@ else: raise TestFailed, 'type(), w/2 args expected TypeError'
try: type(1, 2, 3, 4)
except TypeError: pass
else: raise TestFailed, 'type(), w/4 args expected TypeError'
-