mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27714: Remove unneeded non-idempotent call that fails on retest.
This commit is contained in:
commit
e194e87f1f
1 changed files with 0 additions and 2 deletions
|
@ -8,7 +8,6 @@ from tkinter import Tk, Text
|
|||
|
||||
import idlelib.autocomplete as ac
|
||||
import idlelib.autocomplete_w as acw
|
||||
from idlelib import macosx
|
||||
from idlelib.idle_test.mock_idle import Func
|
||||
from idlelib.idle_test.mock_tk import Event
|
||||
|
||||
|
@ -31,7 +30,6 @@ class AutoCompleteTest(unittest.TestCase):
|
|||
def setUpClass(cls):
|
||||
requires('gui')
|
||||
cls.root = Tk()
|
||||
macosx.setupApp(cls.root, None)
|
||||
cls.text = Text(cls.root)
|
||||
cls.editor = DummyEditwin(cls.root, cls.text)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue