Skip to content

Commit e2a601f

Browse files
committed
remove unused imports
1 parent a6a0bd5 commit e2a601f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

notebooks/07-fdem/fwd_fdem_3d.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"from discretize.utils import mkvc, active_from_xyz\n",
8383
"\n",
8484
"# Common Python functionality\n",
85-
"import os\n",
8685
"import numpy as np\n",
8786
"import matplotlib as mpl\n",
8887
"import matplotlib.pyplot as plt\n",

notebooks/08-tdem/fwd_tdem_3d.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"from discretize.utils import mkvc, active_from_xyz\n",
8383
"\n",
8484
"# Common Python functionality\n",
85-
"import os\n",
8685
"import numpy as np\n",
8786
"import matplotlib as mpl\n",
8887
"import matplotlib.pyplot as plt\n",

0 commit comments

Comments
 (0)