mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Clean imports in test_unparse (GH-17545)
This commit is contained in:
parent
bbc4162baf
commit
e9df88e8e9
1 changed files with 0 additions and 2 deletions
|
@ -2,12 +2,10 @@
|
|||
|
||||
import unittest
|
||||
import test.support
|
||||
import io
|
||||
import pathlib
|
||||
import random
|
||||
import tokenize
|
||||
import ast
|
||||
import functools
|
||||
|
||||
|
||||
def read_pyfile(filename):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue