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 88097c2 commit 570d04dCopy full SHA for 570d04d
gramps_webapi/api/resources/emit.py
@@ -27,8 +27,6 @@
27
from gramps.gen.db import DbBookmarks
28
from gramps.gen.lib.baseobj import BaseObject
29
30
-from .util import return_304_if_unchanged
31
-
32
33
def default(obj: Any):
34
"""Handle unserializable objects."""
@@ -99,7 +97,6 @@ def response(
99
97
# but always revalidate with the server
100
98
res.headers.add("Cache-Control", "no-cache")
101
102
- res = return_304_if_unchanged(res, etag=etag)
103
return res
104
105
def is_null(self, value: Any) -> bool:
0 commit comments