From b16db5ba4e5f293ee4ed1bfa9af511c57e389b6f Mon Sep 17 00:00:00 2001 From: jreadey Date: Fri, 7 Jun 2024 04:43:50 -0500 Subject: [PATCH] fix flake8 error --- h5pyd/_hl/httpconn.py | 1 - 1 file changed, 1 deletion(-) diff --git a/h5pyd/_hl/httpconn.py b/h5pyd/_hl/httpconn.py index 260ac81..5aa072c 100644 --- a/h5pyd/_hl/httpconn.py +++ b/h5pyd/_hl/httpconn.py @@ -435,7 +435,6 @@ def GET(self, req, format="json", params=None, headers=None, use_cache=True): headers["accept"] = "application/octet-stream" # list of parameters which should disable cache usage - no_cache_params = ["select", "query", "Limit", "Marker", "pattern", "attr"] check_cache = self._cache is not None and use_cache and format == "json" check_cache = check_cache and params["domain"] == self._domain