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


##########
gremlin-python/src/main/python/gremlin_python/process/graph_traversal.py:
##########
@@ -1424,6 +1428,10 @@ def ltrim(cls, *args):
     def l_trim(cls, *args):
         return cls.graph_traversal(None, None, Bytecode()).l_trim(*args)
 
+    @classmethod

Review Comment:
   Looks like there's an issue with merge.
   Duplicate `l_trim` and `r_trim` function definition (4 times in total).
   



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