diff --git a/pyro/mesh/face-centered-data-examples.ipynb b/pyro/mesh/face-centered-data-examples.ipynb index e7f769769..5005cb205 100644 --- a/pyro/mesh/face-centered-data-examples.ipynb +++ b/pyro/mesh/face-centered-data-examples.ipynb @@ -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", diff --git a/pyro/mesh/mesh-examples.ipynb b/pyro/mesh/mesh-examples.ipynb index 1ead38078..e421f2b00 100644 --- a/pyro/mesh/mesh-examples.ipynb +++ b/pyro/mesh/mesh-examples.ipynb @@ -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",