diff options
| author | Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com> | 2018-11-10 06:45:31 (GMT) |
|---|---|---|
| committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-11-10 06:45:31 (GMT) |
| commit | 43a74abb3a87092a7fd6c71042eafb977d70d8e0 (patch) | |
| tree | 5a2368185a8c363914e4a3ef619c4a6facbb952f /Lib/idlelib/idle_test/test_config_key.py | |
| parent | 2d1bc537fe8b15664bb3e648785ba3c12e93b232 (diff) | |
| download | cpython-43a74abb3a87092a7fd6c71042eafb977d70d8e0.zip cpython-43a74abb3a87092a7fd6c71042eafb977d70d8e0.tar.gz cpython-43a74abb3a87092a7fd6c71042eafb977d70d8e0.tar.bz2 | |
bpo-35202: Remove unused imports in idlelib (GH-10438)
Diffstat (limited to 'Lib/idlelib/idle_test/test_config_key.py')
| -rw-r--r-- | Lib/idlelib/idle_test/test_config_key.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_config_key.py b/Lib/idlelib/idle_test/test_config_key.py index 0847166..5031daa 100644 --- a/Lib/idlelib/idle_test/test_config_key.py +++ b/Lib/idlelib/idle_test/test_config_key.py @@ -2,7 +2,6 @@ from idlelib import config_key from test.support import requires -import sys import unittest from tkinter import Tk from idlelib.idle_test.mock_idle import Func |
