mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-111681: minor fixes to typing doctests; remove unused imports in test_typing
(#111682)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
24ddaee5ca
commit
ccc8caa858
2 changed files with 6 additions and 7 deletions
|
@ -9,8 +9,7 @@ import itertools
|
|||
import pickle
|
||||
import re
|
||||
import sys
|
||||
import warnings
|
||||
from unittest import TestCase, main, skipUnless, skip
|
||||
from unittest import TestCase, main, skip
|
||||
from unittest.mock import patch
|
||||
from copy import copy, deepcopy
|
||||
|
||||
|
@ -45,7 +44,7 @@ import typing
|
|||
import weakref
|
||||
import types
|
||||
|
||||
from test.support import import_helper, captured_stderr, cpython_only
|
||||
from test.support import captured_stderr, cpython_only
|
||||
from test import mod_generics_cache
|
||||
from test import _typed_dict_helper
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue