From 1f9d549a3bba9c87ee9571e329c20f3056f446db Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 28 Dec 2017 23:38:55 -0800 Subject: [PATCH] [2.7] remove unused import (GH-5040). (#5043) (cherry picked from commit e325608740bee161ca7fefd09463d63099efa1b8) --- Lib/lib2to3/patcomp.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.0