mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Remove implementation for storage.move()
This commit is contained in:
parent
8a817cf402
commit
a8c587f984
1 changed files with 1 additions and 4 deletions
|
@ -130,10 +130,7 @@ class BaseCollection:
|
|||
same name might already exist.
|
||||
|
||||
"""
|
||||
if item.collection.path == to_collection.path and item.href == to_href:
|
||||
return
|
||||
to_collection.upload(to_href, item)
|
||||
item.collection.delete(item.href)
|
||||
raise NotImplementedError
|
||||
|
||||
@property
|
||||
def etag(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue