Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9df88e

Browse files
authored
Clean imports in test_unparse (GH-17545)
1 parent bbc4162 commit e9df88e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_unparse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22

33
import unittest
44
import test.support
5-
import io
65
import pathlib
76
import random
87
import tokenize
98
import ast
10-
import functools
119

1210

1311
def read_pyfile(filename):

0 commit comments

Comments
 (0)