Skip to content

Commit ed9e223

Browse files
algolia-botrenovate[bot]millotp
committed
chore(deps): dependencies 2024-09-02 (generated)
algolia/api-clients-automation#3625 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <[email protected]>
1 parent df6c63b commit ed9e223

File tree

3 files changed

+128
-100
lines changed

3 files changed

+128
-100
lines changed

algoliasearch/http/api_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def deserialize(self, klass: any = None, data: any = None) -> T:
8585
return str(data)
8686
except TypeError:
8787
return data
88-
if klass == object:
88+
if klass is object:
8989
if isinstance(data, str):
9090
return json.loads(data)
9191
return data

0 commit comments

Comments
 (0)