From 651a97686754ef0b548143e53393ea605cdf74e4 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 2 Mar 2014 17:47:58 +0100 Subject: [PATCH] Flake8 --- vdirsyncer/storage/dav/base.py | 2 +- vdirsyncer/storage/dav/caldav.py | 3 --- vdirsyncer/storage/dav/carddav.py | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/vdirsyncer/storage/dav/base.py b/vdirsyncer/storage/dav/base.py index eff0396..55b619b 100644 --- a/vdirsyncer/storage/dav/base.py +++ b/vdirsyncer/storage/dav/base.py @@ -7,7 +7,7 @@ :license: MIT, see LICENSE for more details. ''' -from ..base import Storage +from ..base import Storage, Item import vdirsyncer.exceptions as exceptions import requests import urlparse diff --git a/vdirsyncer/storage/dav/caldav.py b/vdirsyncer/storage/dav/caldav.py index c14a711..6d379c2 100644 --- a/vdirsyncer/storage/dav/caldav.py +++ b/vdirsyncer/storage/dav/caldav.py @@ -10,9 +10,6 @@ ''' from .base import DavStorage -from ..base import Item -import vdirsyncer.exceptions as exceptions -from lxml import etree import datetime CALDAV_DT_FORMAT = '%Y%m%dT%H%M%SZ' diff --git a/vdirsyncer/storage/dav/carddav.py b/vdirsyncer/storage/dav/carddav.py index 87c6ae1..6b720d2 100644 --- a/vdirsyncer/storage/dav/carddav.py +++ b/vdirsyncer/storage/dav/carddav.py @@ -10,9 +10,6 @@ ''' from .base import DavStorage -from ..base import Item -import vdirsyncer.exceptions as exceptions -from lxml import etree class CarddavStorage(DavStorage): @@ -33,7 +30,6 @@ class CarddavStorage(DavStorage): get_multi_data_query = '{urn:ietf:params:xml:ns:carddav}address-data' - list_xml = '''