remove unused import (#5040)

This commit is contained in:
Benjamin Peterson 2017-12-28 23:24:40 -08:00 committed by GitHub
parent e5f7dccefa
commit e325608740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ __author__ = "Guido van Rossum <guido@python.org>"
# Python imports
import io
import os
# Fairly local imports
from .pgen2 import driver, literals, token, tokenize, parse, grammar