Skip to content

Commit

Permalink
Small notebook fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 25, 2019
1 parent 03bced7 commit ddddae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/gallery/links/bokeh_property_editor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
" elif p.endswith('text') or p.endswith('label'):\n",
" w = pn.widgets.TextInput(**ps)\n",
" elif p.endswith('dash'):\n",
" patterns = list(DashPattern)\n",
" w = pn.widgets.Select(name=p, options=list(LineDash), value=v or patterns[0])\n",
" else:\n",
" continue\n",
Expand Down

0 comments on commit ddddae5

Please sign in to comment.