From a7b11b94c54bdaf805842922c0923570eb81067e Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Fri, 8 Sep 2023 13:40:19 -0400 Subject: [PATCH] remove "from __future__" we no longer deal with python 2.x --- pyro/mesh/face-centered-data-examples.ipynb | 1 - pyro/mesh/mesh-examples.ipynb | 1 - 2 files changed, 2 deletions(-) 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",