Skip to content

Commit

Permalink
🚨 fix ruff warnings
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Aug 19, 2024
1 parent ffad357 commit 3c2b1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/Mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"metadata": {},
"outputs": [],
"source": [
"print(\"Additional SWAPs: %d\" % res.output.swaps)\n",
"print(f\"Additional SWAPs: {res.output.swaps}\")\n",
"print(f\"Runtime: {res.time:f}\")"
]
},
Expand Down Expand Up @@ -196,7 +196,7 @@
"metadata": {},
"outputs": [],
"source": [
"print(\"Additional SWAPs: %d\" % res.output.swaps)\n",
"print(f\"Additional SWAPs: {res.output.swaps}\")\n",
"print(f\"Runtime: {res.time:f}\")"
]
},
Expand Down

0 comments on commit 3c2b1f9

Please sign in to comment.