summaryrefslogtreecommitdiff
path: root/Lib/tkinter/test
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-24 21:41:02 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-24 21:41:02 +0300
commite437a10d15ddfd21d406e591acccf12ff443194e (patch)
treef6227687646fda64f9eaf485ae2d9c3f55709232 /Lib/tkinter/test
parent597d15afe45ea3a8613d336e68a0a98b8846e603 (diff)
downloadcpython-git-e437a10d15ddfd21d406e591acccf12ff443194e.tar.gz
Issue #23277: Remove unused imports in tests.
Diffstat (limited to 'Lib/tkinter/test')
-rw-r--r--Lib/tkinter/test/runtktests.py1
-rw-r--r--Lib/tkinter/test/test_ttk/test_functions.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tkinter/test/runtktests.py b/Lib/tkinter/test/runtktests.py
index 1ca8bde085..33dc54a137 100644
--- a/Lib/tkinter/test/runtktests.py
+++ b/Lib/tkinter/test/runtktests.py
@@ -7,7 +7,6 @@ Extensions also should live in packages following the same rule as above.
"""
import os
-import unittest
import importlib
import test.support
diff --git a/Lib/tkinter/test/test_ttk/test_functions.py b/Lib/tkinter/test/test_ttk/test_functions.py
index c68a650559..a1b7cdfcd1 100644
--- a/Lib/tkinter/test/test_ttk/test_functions.py
+++ b/Lib/tkinter/test/test_ttk/test_functions.py
@@ -1,6 +1,5 @@
# -*- encoding: utf-8 -*-
import unittest
-import tkinter
from tkinter import ttk
class MockTkApp: