mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-87179: Fix more IDLE class headers (GH-96899)
Remove unneeded '(object)' and '()'.
(cherry picked from commit aa671b48d6
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
876606fc65
commit
98b81c2ac3
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import unittest
|
|||
from test.support import requires
|
||||
from _tkinter import TclError
|
||||
|
||||
class TextTest(object):
|
||||
class TextTest:
|
||||
"Define items common to both sets of tests."
|
||||
|
||||
hw = 'hello\nworld' # Several tests insert this after initialization.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue