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 Sep 25, 2023
1 parent 9f01dc8 commit ac0c5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/adr/002/composition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@
"class DynamicsBuilder(Protocol):\n",
" def __call__(\n",
" self, graph: StateTransitionGraph, edge_id: int\n",
" ) -> DynamicsExpression: ..."
" ) -> DynamicsExpression:\n",
" ..."
]
},
{
Expand Down

0 comments on commit ac0c5d2

Please sign in to comment.