Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengor committed Jan 16, 2025
1 parent 73a3a45 commit 4ff24c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/ommx_ecosystem/adapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@
"metadata": {},
"outputs": [],
"source": [
"import ommx.v1\n",
"\n",
"class OMMXxxxAdapter(SolverAdapter):\n",
"\t\t...\n",
"\t\tdef decode_to_state(self, data: SolverOutput) -> ommx.v1.State:\n",
Expand Down

0 comments on commit 4ff24c2

Please sign in to comment.