We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242216d commit 079a156Copy full SHA for 079a156
vdirsyncer/storage/memory.py
@@ -18,7 +18,7 @@ class MemoryStorage(Storage):
18
19
def __init__(self, fileext="", **kwargs):
20
if kwargs.get("collection") is not None:
21
- raise exceptions.UserError("MemoryStorage does not support " "collections.")
+ raise exceptions.UserError("MemoryStorage does not support collections.")
22
self.items = {} # href => (etag, item)
23
self.metadata = {}
24
self.fileext = fileext
0 commit comments