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 2a16876 commit 6886f2bCopy full SHA for 6886f2b
google/cloud/firestore_v1/vector.py
@@ -39,7 +39,7 @@ def __eq__(self, other: object) -> bool:
39
return self._value == other._value
40
41
def __repr__(self):
42
- return f"Vector<{str(self.value)[1:-1]}>"
+ return f"Vector<{str(self._value)[1:-1]}>"
43
44
def to_map_value(self):
45
return {"__type__": "__vector__", "value": self._value}
0 commit comments