Remove EtagMismatchError
Etags are not checked in storage anymore and this is unused.
This commit is contained in:
parent
a12ef69129
commit
77e9ca1252
@ -193,12 +193,6 @@ class ComponentNotFoundError(ValueError):
|
|||||||
super().__init__(message)
|
super().__init__(message)
|
||||||
|
|
||||||
|
|
||||||
class EtagMismatchError(ValueError):
|
|
||||||
def __init__(self, etag1, etag2):
|
|
||||||
message = "ETags don't match: %s != %s" % (etag1, etag2)
|
|
||||||
super().__init__(message)
|
|
||||||
|
|
||||||
|
|
||||||
class Item:
|
class Item:
|
||||||
def __init__(self, collection, item, href, last_modified=None):
|
def __init__(self, collection, item, href, last_modified=None):
|
||||||
self.collection = collection
|
self.collection = collection
|
||||||
|
Loading…
Reference in New Issue
Block a user