summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unparse.py
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2019-12-10 00:37:47 (GMT)
committerGitHub <noreply@github.com>2019-12-10 00:37:47 (GMT)
commite9df88e8e9ce8e5a6be30dd1d06bc76b8e9f0fdc (patch)
treef9b4aa6b655716bd2d7bfe8ecf7fa204e639831b /Lib/test/test_unparse.py
parentbbc4162bafe018f07bab0b624b37974cc33daad9 (diff)
downloadcpython-e9df88e8e9ce8e5a6be30dd1d06bc76b8e9f0fdc.zip
cpython-e9df88e8e9ce8e5a6be30dd1d06bc76b8e9f0fdc.tar.gz
cpython-e9df88e8e9ce8e5a6be30dd1d06bc76b8e9f0fdc.tar.bz2
Clean imports in test_unparse (GH-17545)
Diffstat (limited to 'Lib/test/test_unparse.py')
-rw-r--r--Lib/test/test_unparse.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_unparse.py b/Lib/test/test_unparse.py
index 9611026..45d819f 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):