Skip to content

Commit

Permalink
Clean imports in test_unparse (pythonGH-17545)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal authored Dec 10, 2019
1 parent bbc4162 commit e9df88e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lib/test/test_unparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e9df88e

Please sign in to comment.