mirror of https://github.com/python/cpython.git
Clean imports in test_unparse (GH-17545)
This commit is contained in:
parent
bbc4162baf
commit
e9df88e8e9
|
@ -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…
Reference in New Issue