Issue #23277: Remove more unused sys and os imports.

This commit is contained in:
Serhiy Storchaka 2016-04-24 13:25:01 +03:00
parent 18a8affc8e
commit c7f44aa99a
13 changed files with 0 additions and 15 deletions

View file

@ -3,9 +3,6 @@
# Testing imports
from . import support
# Python imports
import os.path
# Local imports
from lib2to3.pytree import Node, Leaf
from lib2to3 import fixer_util