Skip to content

Commit

Permalink
chore(deps): dependencies 2024-09-02 (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3625

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
4 people committed Sep 2, 2024
1 parent df6c63b commit ed9e223
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 100 deletions.
2 changes: 1 addition & 1 deletion algoliasearch/http/api_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def deserialize(self, klass: any = None, data: any = None) -> T:
return str(data)
except TypeError:
return data
if klass == object:
if klass is object:
if isinstance(data, str):
return json.loads(data)
return data
Expand Down
Loading

0 comments on commit ed9e223

Please sign in to comment.