xiazcy commented on code in PR #2283:
URL: https://github.com/apache/tinkerpop/pull/2283#discussion_r1361300187
##########
gremlin-python/src/main/python/tests/process/test_translator.py:
##########
@@ -373,6 +374,30 @@ class SuperStr(str):
tests.append([g.V().has("p1", None),
"g.V().has('p1',null)"])
+ # 104
+ vertex = Vertex(0, "person")
Review Comment:
Updated to using repr() for string formatting for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]