Remove implementation for storage.move()

This commit is contained in:
Unrud 2018-09-04 03:33:38 +02:00
parent 8a817cf402
commit a8c587f984

View File

@ -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):