Remove stray unused import
This commit is contained in:
parent
478d05d265
commit
479f28ca63
|
@ -7,7 +7,7 @@
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"import numpy as np\n",
|
"import numpy as np\n",
|
||||||
"from lib import plot, noise\n",
|
"from lib import plot\n",
|
||||||
"import IPython\n",
|
"import IPython\n",
|
||||||
"import noise"
|
"import noise"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue