mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
Remove unused imports from test_typing.py. (Merge 3.5->3.6)
This commit is contained in:
commit
ca0f0a6bad
1 changed files with 0 additions and 5 deletions
|
@ -1,12 +1,7 @@
|
||||||
from collections import namedtuple
|
|
||||||
import pickle
|
import pickle
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
from unittest import TestCase, main
|
from unittest import TestCase, main
|
||||||
try:
|
|
||||||
from unittest import mock
|
|
||||||
except ImportError:
|
|
||||||
import mock # 3rd party install, for PY3.2.
|
|
||||||
|
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from typing import TypeVar, AnyStr
|
from typing import TypeVar, AnyStr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue