From 8cc6d8283d77686cb367859ba770cfd51799b97c Mon Sep 17 00:00:00 2001 From: Steve Bachmeier Date: Wed, 8 Jan 2025 10:59:08 -0800 Subject: [PATCH] black --- src/easylink/graph_components.py | 6 +++--- src/easylink/implementation.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/easylink/graph_components.py b/src/easylink/graph_components.py index e218f08c..8aa0c019 100644 --- a/src/easylink/graph_components.py +++ b/src/easylink/graph_components.py @@ -58,9 +58,9 @@ class OutputSlot: ----- Nodes can be either :class:`Steps` or :class:`Implementations`. - Input data is validated via the ``InputSlot`` required :attr:`~InputSlot.validator` - attribute. In order to prevent multiple validations of the same files (since - outputs of one node can be inputs to another), no such validator is stored + Input data is validated via the ``InputSlot`` required :attr:`~InputSlot.validator` + attribute. In order to prevent multiple validations of the same files (since + outputs of one node can be inputs to another), no such validator is stored here on the ``OutputSlot``. """ diff --git a/src/easylink/implementation.py b/src/easylink/implementation.py index 69898514..a50ad653 100644 --- a/src/easylink/implementation.py +++ b/src/easylink/implementation.py @@ -190,7 +190,7 @@ class PartialImplementation: The name of the combined implementation of which this ``PartialImplementation`` is a part. schema_step - The requested ``Step`` name that this ``PartialImplementation`` partially + The requested ``Step`` name that this ``PartialImplementation`` partially implements. input_slots The :class:`InputSlots` for this ``PartialImplementation``.