diff --git a/torch_geometric/data/feature_store.py b/torch_geometric/data/feature_store.py index 7a296ba26ccf..3c616e6e3ca5 100644 --- a/torch_geometric/data/feature_store.py +++ b/torch_geometric/data/feature_store.py @@ -335,8 +335,8 @@ def _multi_get_tensor( .. note:: The default implementation simply iterates over all calls to :meth:`get_tensor`. Implementor classes that can provide - additional, more performant performant functionality are - recommended to override this method. + additional, more performant functionality are recommended to + to override this method. """ return [self._get_tensor(attr) for attr in attrs]