From: Pablo Galindo Date: Tue, 10 Dec 2019 00:37:47 +0000 (+0000) Subject: Clean imports in test_unparse (GH-17545) X-Git-Tag: v3.9.0a2~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9df88e8e9ce8e5a6be30dd1d06bc76b8e9f0fdc;p=thirdparty%2FPython%2Fcpython.git Clean imports in test_unparse (GH-17545) --- diff --git a/Lib/test/test_unparse.py b/Lib/test/test_unparse.py index 96110260f550..45d819f175bb 100644 --- a/Lib/test/test_unparse.py +++ b/Lib/test/test_unparse.py @@ -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):