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