pyflakes fixes

This commit is contained in:
Romain Bignon 2013-05-14 10:37:54 +02:00
commit 3b2fb9cfbd
4 changed files with 8 additions and 11 deletions

View file

@ -17,10 +17,9 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from datetime import datetime, date
from datetime import date
from weboob.tools.browser import BasePage
from weboob.tools.mech import ClientForm
from weboob.capabilities.bill import Subscription
__all__ = ['LoginPage', 'HomePage', 'AccountPage', 'TimeoutPage']