File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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):
9393 )
9494
9595 def __str__ (self ):
96- """Define string representation of `Edge`."""
96+ """Define string representation of `` Edge` `."""
9797 return (str (self .__dict__ ))
9898
9999
@@ -135,7 +135,7 @@ def __eq__(self, other):
135135 )
136136
137137 def __str__ (self ):
138- """Define string representation of `Vertex`."""
138+ """Define string representation of `` Vertex` `."""
139139 return (str (self .__dict__ ))
140140
141141 def to_lineage_object (self ):
@@ -208,7 +208,7 @@ def __init__(
208208 self .vertices = vertices
209209
210210 def __str__ (self ):
211- """Define string representation of `LineageQueryResult`."""
211+ """Define string representation of `` LineageQueryResult` `."""
212212 result_dict = vars (self )
213213 return (str ({k : [vars (val ) for val in v ] for k , v in result_dict .items ()}))
214214
You can’t perform that action at this time.
0 commit comments