Clean imports in test_unparse (GH-17545)

This commit is contained in:
Pablo Galindo 2019-12-10 00:37:47 +00:00 committed by GitHub
parent bbc4162baf
commit e9df88e8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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):