From: Benjamin Peterson Date: Fri, 29 Dec 2017 07:38:55 +0000 (-0800) Subject: [2.7] remove unused import (GH-5040). (#5043) X-Git-Tag: v2.7.15rc1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f9d549a3bba9c87ee9571e329c20f3056f446db;p=python [2.7] remove unused import (GH-5040). (#5043) (cherry picked from commit e325608740bee161ca7fefd09463d63099efa1b8) --- diff --git a/Lib/lib2to3/patcomp.py b/Lib/lib2to3/patcomp.py index 00679b2238..49ed6680b6 100644 --- a/Lib/lib2to3/patcomp.py +++ b/Lib/lib2to3/patcomp.py @@ -11,7 +11,6 @@ The compiler compiles a pattern to a pytree.*Pattern instance. __author__ = "Guido van Rossum " # Python imports -import os import StringIO # Fairly local imports