Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 994addc

Browse files
committed
Remove unused test class.
1 parent 3e2eab1 commit 994addc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Lib/test/test_unicode.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,11 +519,6 @@ def __format__(self, format_spec):
519519
return 'G(' + self.x + ')'
520520
return object.__format__(self, format_spec)
521521

522-
# class that returns a bad type from __format__
523-
class H:
524-
def __format__(self, format_spec):
525-
return 1.0
526-
527522
class I(datetime.date):
528523
def __format__(self, format_spec):
529524
return self.strftime(format_spec)

0 commit comments

Comments
 (0)