This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch TINKERPOP-2063
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/TINKERPOP-2063 by this push:
new 174e60a83d f
174e60a83d is described below
commit 174e60a83d62a78da4690015ef900df726bb52e5
Author: Stephen Mallette <[email protected]>
AuthorDate: Thu Jan 22 07:42:12 2026 -0500
f
---
gremlin-python/src/main/python/gremlin_python/structure/graph.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gremlin-python/src/main/python/gremlin_python/structure/graph.py
b/gremlin-python/src/main/python/gremlin_python/structure/graph.py
index c4275484f2..d3965b2916 100644
--- a/gremlin-python/src/main/python/gremlin_python/structure/graph.py
+++ b/gremlin-python/src/main/python/gremlin_python/structure/graph.py
@@ -26,7 +26,7 @@ class Graph(object):
self.edges = {}
def __repr__(self):
- return "graph[vertices: " + str(len(self.vertices)) + " edges: " +
str(len(self.edges)) + "]"
+ return "graph[]"
class Element(object):