We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaa9fb commit 5680907Copy full SHA for 5680907
redisgraph/query_result.py
@@ -45,7 +45,7 @@ def __init__(self, graph, response):
45
if isinstance(response[-1], ResponseError):
46
raise response[-1]
47
48
- if len(response) is 1:
+ if len(response) == 1:
49
self.parse_statistics(response[0])
50
else:
51
self.parse_results(response)
0 commit comments