relative imports
This commit is contained in:
parent
a73dc51e25
commit
36caa6db89
2 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,7 @@ from tomli import loads as toml_loads
|
|||
from tomli_w import dump as toml_dump
|
||||
from webdav3.exceptions import RemoteResourceNotFound
|
||||
|
||||
from ovdashboard_api.dav_common import caldav_list
|
||||
|
||||
from .dav_common import caldav_list
|
||||
from .dav_file import DavFile
|
||||
|
||||
|
||||
|
|
|
@ -15,9 +15,8 @@ from caldav.lib.error import ReportError
|
|||
from pydantic import BaseModel, validator
|
||||
from vobject.icalendar import VEvent
|
||||
|
||||
from ovdashboard_api.config import Config
|
||||
|
||||
from .async_helpers import get_ttl_hash, run_in_executor, timed_alru_cache
|
||||
from .config import Config
|
||||
from .dav_common import caldav_principal
|
||||
from .settings import SETTINGS
|
||||
|
||||
|
|
Loading…
Reference in a new issue