mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove superflous string quotes
This commit is contained in:
parent
242216d85a
commit
079a156bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class MemoryStorage(Storage):
|
|||
|
||||
def __init__(self, fileext="", **kwargs):
|
||||
if kwargs.get("collection") is not None:
|
||||
raise exceptions.UserError("MemoryStorage does not support " "collections.")
|
||||
raise exceptions.UserError("MemoryStorage does not support collections.")
|
||||
self.items = {} # href => (etag, item)
|
||||
self.metadata = {}
|
||||
self.fileext = fileext
|
||||
|
|
|
|||
Loading…
Reference in a new issue