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

Benjamin Peterson webhook-mailer at python.org
Fri Dec 29 02:38:58 EST 2017


https://github.com/python/cpython/commit/1f9d549a3bba9c87ee9571e329c20f3056f446db
commit: 1f9d549a3bba9c87ee9571e329c20f3056f446db
branch: 2.7
author: Benjamin Peterson <benjamin at python.org>
committer: GitHub <noreply at github.com>
date: 2017-12-28T23:38:55-08:00
summary:

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

(cherry picked from commit e325608740bee161ca7fefd09463d63099efa1b8)

files:
M Lib/lib2to3/patcomp.py

diff --git a/Lib/lib2to3/patcomp.py b/Lib/lib2to3/patcomp.py
index 00679b2238e..49ed6680b6a 100644
--- a/Lib/lib2to3/patcomp.py
+++ b/Lib/lib2to3/patcomp.py
@@ -11,7 +11,6 @@
 __author__ = "Guido van Rossum <guido at python.org>"
 
 # Python imports
-import os
 import StringIO
 
 # Fairly local imports



More information about the Python-checkins mailing list