Commit 05e3090e authored by Guido van Rossum's avatar Guido van Rossum

Remove unused imports from test_typing.py.

parent bb7c57c6
from collections import namedtuple
import pickle
import re
import sys
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 TypeVar, AnyStr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment