From d03767bbe28578aefb37ab71862eee8ecdea1686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Fri, 23 Oct 2020 16:09:00 +0200 Subject: [PATCH] Removed unused import This import (os) is not used. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e4528db..3b9b347 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -import os from distutils.core import setup, Command import offlineimap import logging