From ff2198cd8a5dc5925058ee735a118cea51b2c706 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 27 Oct 2012 11:21:41 +0200 Subject: [PATCH] remove unused import --- tools/weboob_lint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/weboob_lint.py b/tools/weboob_lint.py index e662c282..689a8bea 100755 --- a/tools/weboob_lint.py +++ b/tools/weboob_lint.py @@ -4,7 +4,6 @@ # if you want to correctly check all modules. from weboob.core import Weboob -import weboob.backends import os weboob = Weboob()