Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 7, 2024
1 parent 392ffdd commit 499d684
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion notebooks/bokeh.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"from urllib.parse import urlparse\n",
"\n",
"url = urlparse(os.environ.get(\"VOILA_REQUEST_URL\"))\n",
Expand Down
1 change: 0 additions & 1 deletion notebooks/dashboard.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"source": [
"import numpy as np\n",
"from bqplot import pyplot as plt\n",
"import bqplot\n",
"\n",
"fig = plt.figure( title='Line Chart')\n",
"np.random.seed(0)\n",
Expand Down
1 change: 0 additions & 1 deletion notebooks/ipympl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"outputs": [],
"source": [
"%matplotlib widget\n",
"import ipympl\n",
"\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
Expand Down
3 changes: 1 addition & 2 deletions notebooks/mimerenderers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source": [
"from IPython.display import display\n",
"from IPython.display import (\n",
" HTML, Image, Latex, Math, Markdown, SVG\n",
" HTML, Image, Latex, Markdown, SVG\n",
")"
]
},
Expand Down Expand Up @@ -283,7 +283,6 @@
"outputs": [],
"source": [
"from IPython.display import display\n",
"import pandas as pd\n",
"\n",
"def Vega(spec):\n",
" bundle = {}\n",
Expand Down
3 changes: 1 addition & 2 deletions notebooks/yaml.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"metadata": {},
"outputs": [],
"source": [
"from IPython.display import Markdown, clear_output\n",
"from ipywidgets import ToggleButton, Output\n",
"from IPython.display import Markdown\n",
"import json\n",
"import yaml\n",
"\n",
Expand Down

0 comments on commit 499d684

Please sign in to comment.