Skip to content

Commit c667606

Browse files
author
Zack Aristei
committed
precommit
1 parent 91aadbe commit c667606

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

torch_geometric/sampler/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ def to_bidirectional(
238238
return out
239239

240240
@classmethod
241-
def collate(cls,
242-
outputs: List['SamplerOutput'],
241+
def collate(cls, outputs: List['SamplerOutput'],
243242
replace: bool = False) -> 'SamplerOutput':
244243
r"""Collate a list of :class:`~torch_geometric.sampler.SamplerOutput`
245244
objects into a single :class:`~torch_geometric.sampler.SamplerOutput`

0 commit comments

Comments
 (0)