Skip to content

Commit

Permalink
roll back lint on notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jul 27, 2020
1 parent 09d52e2 commit 3208570
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docs/Installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,16 @@
},
"outputs": [],
"source": [
"import sys\n",
"\n",
"from markdown import markdown\n",
"\n",
"import sys\n",
"sys.path.insert(0, '..')\n",
"from versions import (\n",
" JUPYTER_LSP_VERSION,\n",
" JUPYTERLAB_LSP_VERSION,\n",
" JUPYTERLAB_NEXT_MAJOR_VERSION,\n",
" JUPYTERLAB_VERSION,\n",
" REQUIRED_JUPYTERLAB,\n",
")\n",
"\n",
"sys.path.insert(0, \"..\")"
" REQUIRED_JUPYTERLAB\n",
")"
]
},
{
Expand Down

0 comments on commit 3208570

Please sign in to comment.