File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ def __eq__(self, other):
93
93
)
94
94
95
95
def __str__ (self ):
96
- """Define string representation of `Edge`."""
96
+ """Define string representation of `` Edge` `."""
97
97
return (str (self .__dict__ ))
98
98
99
99
@@ -135,7 +135,7 @@ def __eq__(self, other):
135
135
)
136
136
137
137
def __str__ (self ):
138
- """Define string representation of `Vertex`."""
138
+ """Define string representation of `` Vertex` `."""
139
139
return (str (self .__dict__ ))
140
140
141
141
def to_lineage_object (self ):
@@ -208,7 +208,7 @@ def __init__(
208
208
self .vertices = vertices
209
209
210
210
def __str__ (self ):
211
- """Define string representation of `LineageQueryResult`."""
211
+ """Define string representation of `` LineageQueryResult` `."""
212
212
result_dict = vars (self )
213
213
return (str ({k : [vars (val ) for val in v ] for k , v in result_dict .items ()}))
214
214
You can’t perform that action at this time.
0 commit comments