mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-26 14:47:44 +00:00
Style fixes
This commit is contained in:
parent
e933f6db44
commit
e5d27d771d
1 changed files with 0 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
:copyright: (c) 2014 Markus Unterwaditzer & contributors
|
:copyright: (c) 2014 Markus Unterwaditzer & contributors
|
||||||
:license: MIT, see LICENSE for more details.
|
:license: MIT, see LICENSE for more details.
|
||||||
'''
|
'''
|
||||||
import functools
|
|
||||||
import random
|
import random
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
@ -149,7 +148,6 @@ class StorageTests(object):
|
||||||
assert self.storage_class.__name__ in repr(s)
|
assert self.storage_class.__name__ in repr(s)
|
||||||
assert s.instance_name is None
|
assert s.instance_name is None
|
||||||
|
|
||||||
|
|
||||||
def test_discover(self, requires_collections, get_storage_args, get_item):
|
def test_discover(self, requires_collections, get_storage_args, get_item):
|
||||||
expected = set()
|
expected = set()
|
||||||
items = {}
|
items = {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue