Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 8, 2025
1 parent b657e22 commit 8cc6d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/easylink/graph_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ class OutputSlot:
-----
Nodes can be either :class:`Steps<easylink.step.Step>` or :class:`Implementations<easylink.implementation.Implementation>`.
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``.
"""

Expand Down
2 changes: 1 addition & 1 deletion src/easylink/implementation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<easylink.graph_components.InputSlot>` for this ``PartialImplementation``.
Expand Down

0 comments on commit 8cc6d82

Please sign in to comment.