mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix broken import
This commit is contained in:
parent
847f3b5142
commit
6d91c95b30
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import sys
|
|||
|
||||
import pytest
|
||||
|
||||
from vdirsyncer.exceptions import AlreadyExistingError
|
||||
from vdirsyncer.storage.filesystem import FilesystemStorage
|
||||
from vdirsyncer.utils.vobject import Item
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue