Fix CI errors

This commit is contained in:
fkantelberg
2020-01-12 21:39:32 +01:00
parent 470084aa30
commit 06c7eb934f
3 changed files with 7 additions and 6 deletions

View File

@@ -130,3 +130,7 @@ class Collection(BaseCollection):
def list(self):
return self.collection.dav_list(self.path_components)
@classmethod
def create_collection(cls, href, collection=None, props=None):
return None