bpo-28684: Remove useless import added by the previous commit (GH-4547)

This commit is contained in:
xdegaye 2017-11-24 18:56:22 +01:00 committed by GitHub
parent 78a5722ae9
commit 5742f674f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import errno
import unittest
from unittest import mock
import weakref
from test import support
if sys.platform != 'win32':
import tty