vkagamlyk commented on code in PR #2640:
URL: https://github.com/apache/tinkerpop/pull/2640#discussion_r1629728583


##########
gremlin-python/src/main/python/gremlin_python/process/graph_traversal.py:
##########
@@ -2236,6 +2243,10 @@ def r_trim(*args):
     return __.r_trim(*args)
 
 
+def r_trim(*args):

Review Comment:
   and one more duplicate `r_trim` definition



##########
gremlin-python/src/main/python/gremlin_python/process/graph_traversal.py:
##########
@@ -2112,6 +2116,9 @@ def l_trim(*args):
     return __.l_trim(*args)
 
 
+def l_trim(*args):

Review Comment:
   one more duplicate `l_trim` definition



-- 
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]

Reply via email to