bpo-28684: Remove useless import added by the previous commit (GH-4547)
This commit is contained in:
parent
78a5722ae9
commit
5742f674f7
|
@ -22,7 +22,6 @@ import errno
|
|||
import unittest
|
||||
from unittest import mock
|
||||
import weakref
|
||||
from test import support
|
||||
|
||||
if sys.platform != 'win32':
|
||||
import tty
|
||||
|
|
Loading…
Reference in New Issue