Skip to content

Commit fdd2014

Browse files
authored
remove "from __future__" (#181)
we no longer deal with python 2.x
1 parent bc97ab4 commit fdd2014

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pyro/mesh/face-centered-data-examples.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"from __future__ import print_function\n",
2423
"import numpy as np\n",
2524
"import pyro.mesh.boundary as bnd\n",
2625
"import pyro.mesh.patch as patch\n",

pyro/mesh/mesh-examples.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"from __future__ import print_function\n",
2423
"import numpy as np\n",
2524
"import pyro.mesh.boundary as bnd\n",
2625
"import pyro.mesh.patch as patch\n",

0 commit comments

Comments
 (0)