Skip to content

Commit bfb8cfe

Browse files
Robbie1977Copilot
andauthored
Update src/vfbquery/solr_result_cache.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6c199c0 commit bfb8cfe

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vfbquery/solr_result_cache.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ def __init__(self,
5959
self.max_result_size_mb = max_result_size_mb
6060
self.max_result_size_bytes = max_result_size_mb * 1024 * 1024
6161

62-
63-
6462
def _create_cache_metadata(self, result: Any) -> Optional[Dict[str, Any]]:
6563
"""Create metadata for cached result with 3-month expiration"""
6664
serialized_result = json.dumps(result, cls=NumpyEncoder)

0 commit comments

Comments
 (0)