From 994addc414cfac472e62d813067b486298bec0be Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Thu, 12 Aug 2010 21:55:30 +0000 Subject: Remove unused test class. --- Lib/test/test_unicode.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index ab6c153..d7d30d2 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -519,11 +519,6 @@ class UnicodeTest(string_tests.CommonTest, return 'G(' + self.x + ')' return object.__format__(self, format_spec) - # class that returns a bad type from __format__ - class H: - def __format__(self, format_spec): - return 1.0 - class I(datetime.date): def __format__(self, format_spec): return self.strftime(format_spec) -- cgit v0.12