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 12, 2025
1 parent 8e3cacc commit d008bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To create a new ZnTrack Project, create a new repository.
def run(self) -> None:
self.result = self.a + self.b
# Multiply used ``zntrack.deps`` to process data from other nodes
class Multiply(zntrack.Node):
a: int = zntrack.deps()
Expand Down

0 comments on commit d008bcd

Please sign in to comment.