Issue #23277: Remove unused support.run_unittest import.

This commit is contained in:
Serhiy Storchaka 2016-04-24 13:45:58 +03:00
parent c7f44aa99a
commit 597d15afe4
15 changed files with 4 additions and 16 deletions

View file

@ -3,7 +3,7 @@
import string
import unittest
from test import support, string_tests
from test import string_tests
from collections import UserString