Skip to content

Commit

Permalink
Remove extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Jan 10, 2024
1 parent 595c86c commit dac0c44
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1467,10 +1467,6 @@ def merge_v(cls, *args):
def min_(cls, *args):
return cls.graph_traversal(None, None, Bytecode()).min_(*args)

@classmethod
def none(cls, *args):
return cls.graph_traversal(None, None, Bytecode()).none(*args)

@classmethod
def not_(cls, *args):
return cls.graph_traversal(None, None, Bytecode()).not_(*args)
Expand Down Expand Up @@ -2497,8 +2493,6 @@ def where(*args):

statics.add_static('in_e', in_e)

statics.add_static('inV', inV)

statics.add_static('in_v', in_v)

statics.add_static('in_', in_)
Expand Down

0 comments on commit dac0c44

Please sign in to comment.