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 Nov 28, 2024
1 parent 882300e commit 265d484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apax/nodes/md.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ApaxJaxMD(zntrack.Node):
data_id: int = zntrack.params(-1)

model: ApaxBase = zntrack.deps()
repeat: None|int|tuple[int, int, int] = zntrack.params(None)
repeat: None | int | tuple[int, int, int] = zntrack.params(None)

config: str = zntrack.params_path(None)

Expand Down

0 comments on commit 265d484

Please sign in to comment.