Skip to content

Commit 5614c28

Browse files
committed
fix import
1 parent 66ab8ce commit 5614c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/idle_test/test_iomenu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"Test , coverage 17%."
22

33
from idlelib import iomenu
4-
import unittest
54
import builtins
5+
import unittest
66
from test.support import requires
77
from tkinter import Tk
88
from idlelib.editor import EditorWindow

0 commit comments

Comments
 (0)