Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jun 7, 2024
1 parent 98c80f4 commit b16db5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h5pyd/_hl/httpconn.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b16db5b

Please sign in to comment.