Skip to content

Commit 63ef204

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7d61cd3 commit 63ef204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vdirsyncer/storage/dav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ async def list(self):
851851
# instead?
852852
#
853853
# See https://github.com/dmfs/tasks/issues/118 for backstory.
854-
async for href, etag in DAVStorage.list(self):
854+
async for href, etag in super().list():
855855
yield href, etag
856856

857857
data = """<?xml version="1.0" encoding="utf-8" ?>

0 commit comments

Comments
 (0)