Skip to content

Commit

Permalink
comment unused import poorly
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Aug 16, 2024
1 parent 64a613d commit f468bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Test_TetMesh_Geodesics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"import numpy as np\n",
"from lapy import TetMesh\n",
"from lapy.plot import plot_tet_mesh\n",
"import plotly\n",
"# import plotly\n",
"# plotly.offline.init_notebook_mode(connected=True)\n",
"import plotly.io as pio\n",
"pio.renderers.default = \"sphinx_gallery\""
Expand Down

0 comments on commit f468bfc

Please sign in to comment.