Skip to content

Commit 174e60a

Browse files
committed
f
1 parent c0d9007 commit 174e60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • gremlin-python/src/main/python/gremlin_python/structure

gremlin-python/src/main/python/gremlin_python/structure/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self):
2626
self.edges = {}
2727

2828
def __repr__(self):
29-
return "graph[vertices: " + str(len(self.vertices)) + " edges: " + str(len(self.edges)) + "]"
29+
return "graph[]"
3030

3131

3232
class Element(object):

0 commit comments

Comments
 (0)