Black formatting on condition

This commit is contained in:
FilippoOlivo
2025-03-11 16:46:11 +01:00
committed by Nicola Demo
parent 56e45c6c87
commit 62b4cb023c
4 changed files with 7 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ class InputTargetCondition(ConditionInterface):
.. note::
If either ``input`` or ``target`` are composed by a list of
:class:`Graph`/:class:`torch_geometric.data.Data` objects, all
:class:`Graph`/:class:`torch_geometric.data.Data` objects, all
elements must have the same structure (keys and data types)
"""