mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
bpo-40443: Remove unused imports in tests (GH-19805)
This commit is contained in:
parent
69e802ed81
commit
57572b103e
17 changed files with 4 additions and 20 deletions
|
@ -1,9 +1,6 @@
|
|||
import ast
|
||||
import os
|
||||
import sys
|
||||
import _peg_parser as peg_parser
|
||||
import unittest
|
||||
from pathlib import PurePath
|
||||
from typing import Any, Union, Iterable, Tuple
|
||||
from textwrap import dedent
|
||||
from test import support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue