Skip to content

Commit 9b39a38

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ac4a0d4 commit 9b39a38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/bqplot.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"from bqplot import *\n",
2121
"\n",
2222
"import numpy as np\n",
23-
"import pandas as pd\n",
2423
"\n",
2524
"np.random.seed(0)\n",
2625
"\n",
@@ -118,7 +117,6 @@
118117
"from bqplot import *\n",
119118
"\n",
120119
"import numpy as np\n",
121-
"import pandas as pd\n",
122120
"\n",
123121
"np.random.seed(0)\n",
124122
"y1 = np.cumsum(np.random.randn(150)) + 100.\n",

0 commit comments

Comments
 (0)