mirror of
https://github.com/python/cpython.git
synced 2025-09-19 23:20:25 +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 unittest
|
||||||
import test.support
|
import test.support
|
||||||
import io
|
|
||||||
import pathlib
|
import pathlib
|
||||||
import random
|
import random
|
||||||
import tokenize
|
import tokenize
|
||||||
import ast
|
import ast
|
||||||
import functools
|
|
||||||
|
|
||||||
|
|
||||||
def read_pyfile(filename):
|
def read_pyfile(filename):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue