mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
7d61cd3e2e
commit
63ef204835
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ class CalDAVStorage(DAVStorage):
|
||||||
# instead?
|
# instead?
|
||||||
#
|
#
|
||||||
# See https://github.com/dmfs/tasks/issues/118 for backstory.
|
# See https://github.com/dmfs/tasks/issues/118 for backstory.
|
||||||
async for href, etag in DAVStorage.list(self):
|
async for href, etag in super().list():
|
||||||
yield href, etag
|
yield href, etag
|
||||||
|
|
||||||
data = """<?xml version="1.0" encoding="utf-8" ?>
|
data = """<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue