Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc4162 commit e9df88eCopy full SHA for e9df88e
1 file changed
Lib/test/test_unparse.py
@@ -2,12 +2,10 @@
2
3
import unittest
4
import test.support
5
-import io
6
import pathlib
7
import random
8
import tokenize
9
import ast
10
-import functools
11
12
13
def read_pyfile(filename):
0 commit comments