Skip to content

Commit

Permalink
remove "from __future__" (#181)
Browse files Browse the repository at this point in the history
we no longer deal with python 2.x
  • Loading branch information
zingale authored Jan 21, 2024
1 parent bc97ab4 commit fdd2014
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyro/mesh/face-centered-data-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function\n",
"import numpy as np\n",
"import pyro.mesh.boundary as bnd\n",
"import pyro.mesh.patch as patch\n",
Expand Down
1 change: 0 additions & 1 deletion pyro/mesh/mesh-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"metadata": {},
"outputs": [],
"source": [
"from __future__ import print_function\n",
"import numpy as np\n",
"import pyro.mesh.boundary as bnd\n",
"import pyro.mesh.patch as patch\n",
Expand Down

0 comments on commit fdd2014

Please sign in to comment.