From fcf0deaf5aac77709daa582b0b36078004260aa7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 28 Dec 2017 23:24:40 -0800 Subject: [PATCH] [2.7] remove unused import (GH-5040). (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 00679b2238e826..49ed6680b6a70b 100644 --- a/Lib/lib2to3/patcomp.py +++ b/Lib/lib2to3/patcomp.py @@ -11,7 +11,6 @@ __author__ = "Guido van Rossum " # Python imports -import os import StringIO # Fairly local imports