mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Flake8
This commit is contained in:
parent
17f9ccc895
commit
736b7359a6
6 changed files with 0 additions and 15 deletions
|
|
@ -8,15 +8,7 @@
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import sys
|
|
||||||
import os
|
import os
|
||||||
import urlparse
|
|
||||||
import tempfile
|
|
||||||
import shutil
|
|
||||||
import mock
|
|
||||||
|
|
||||||
from werkzeug.test import Client
|
|
||||||
from werkzeug.wrappers import BaseResponse as WerkzeugResponse
|
|
||||||
|
|
||||||
from .. import StorageTests
|
from .. import StorageTests
|
||||||
import vdirsyncer.exceptions as exceptions
|
import vdirsyncer.exceptions as exceptions
|
||||||
|
|
@ -39,4 +31,3 @@ class DavStorageTests(ServerMixin, StorageTests):
|
||||||
except exceptions.Error:
|
except exceptions.Error:
|
||||||
pass
|
pass
|
||||||
assert not list(s.list())
|
assert not list(s.list())
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ import mock
|
||||||
from werkzeug.test import Client
|
from werkzeug.test import Client
|
||||||
from werkzeug.wrappers import BaseResponse as WerkzeugResponse
|
from werkzeug.wrappers import BaseResponse as WerkzeugResponse
|
||||||
|
|
||||||
from .. import StorageTests
|
|
||||||
import vdirsyncer.exceptions as exceptions
|
import vdirsyncer.exceptions as exceptions
|
||||||
from vdirsyncer.storage.base import Item
|
from vdirsyncer.storage.base import Item
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from unittest import TestCase
|
|
||||||
|
|
||||||
from vdirsyncer.storage.dav.caldav import CaldavStorage
|
from vdirsyncer.storage.dav.caldav import CaldavStorage
|
||||||
from . import DavStorageTests
|
from . import DavStorageTests
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,6 @@
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from unittest import TestCase
|
|
||||||
|
|
||||||
from vdirsyncer.storage.dav.carddav import CarddavStorage
|
from vdirsyncer.storage.dav.carddav import CarddavStorage
|
||||||
from . import DavStorageTests
|
from . import DavStorageTests
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import mock
|
import mock
|
||||||
from unittest import TestCase
|
|
||||||
from .. import assert_item_equals
|
from .. import assert_item_equals
|
||||||
from textwrap import dedent
|
from textwrap import dedent
|
||||||
from vdirsyncer.storage.http import HttpStorage, Item
|
from vdirsyncer.storage.http import HttpStorage, Item
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from unittest import TestCase
|
|
||||||
from vdirsyncer.storage.memory import MemoryStorage
|
from vdirsyncer.storage.memory import MemoryStorage
|
||||||
from . import StorageTests
|
from . import StorageTests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue