mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
:license: MIT, see LICENSE for more details.
|
||||
'''
|
||||
import functools
|
||||
import random
|
||||
|
||||
import pytest
|
||||
|
|
@ -149,7 +148,6 @@ class StorageTests(object):
|
|||
assert self.storage_class.__name__ in repr(s)
|
||||
assert s.instance_name is None
|
||||
|
||||
|
||||
def test_discover(self, requires_collections, get_storage_args, get_item):
|
||||
expected = set()
|
||||
items = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue