mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-28684: Remove useless import added by the previous commit (GH-4547)
This commit is contained in:
parent
78a5722ae9
commit
5742f674f7
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue