mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-28 09:25:50 +00:00
Fix import
This commit is contained in:
parent
25d30991c6
commit
13ecb42e60
1 changed files with 1 additions and 4 deletions
|
|
@ -9,10 +9,7 @@
|
|||
|
||||
|
||||
from .. import exceptions
|
||||
from .. import utils
|
||||
|
||||
|
||||
Item = utils.vobject.Item
|
||||
from vdirsyncer.utils.vobject import Item # noqa
|
||||
|
||||
|
||||
class Storage(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue