Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 26, 2024
1 parent c697085 commit 569901d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion znflow/dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def resolve(value: t.Union[Connection, t.Any]):
"""Resolve a Connection to its actual value.
Allows dynamic resolution of connections to their actual values
Allows dynamic resolution of connections to their actual values
within a graph context. This will run all Nodes up to this connection.
Attributes
Expand Down

0 comments on commit 569901d

Please sign in to comment.