[2.7] remove unused import (GH-5040). (#5043)

(cherry picked from commit e325608740)
This commit is contained in:
Benjamin Peterson 2017-12-28 23:38:55 -08:00 committed by GitHub
parent 417f76a20e
commit 1f9d549a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ The compiler compiles a pattern to a pytree.*Pattern instance.
__author__ = "Guido van Rossum <guido@python.org>"
# Python imports
import os
import StringIO
# Fairly local imports