File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
torch_geometric/explain/algorithm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def train(
105105 index : Optional [Union [int , Tensor ]] = None ,
106106 ** kwargs ,
107107 ) -> float :
108- pass
108+ ...
109109
110110 @overload
111111 def train (
@@ -119,7 +119,7 @@ def train(
119119 index : Optional [Union [int , Tensor ]] = None ,
120120 ** kwargs ,
121121 ) -> float :
122- pass
122+ ...
123123
124124 def train (
125125 self ,
@@ -234,7 +234,7 @@ def forward(
234234 index : Optional [Union [int , Tensor ]] = None ,
235235 ** kwargs ,
236236 ) -> Explanation :
237- pass
237+ ...
238238
239239 @overload
240240 def forward (
@@ -247,7 +247,7 @@ def forward(
247247 index : Optional [Union [int , Tensor ]] = None ,
248248 ** kwargs ,
249249 ) -> HeteroExplanation :
250- pass
250+ ...
251251
252252 def forward (
253253 self ,
You can’t perform that action at this time.
0 commit comments