mirror of https://github.com/snachodog/mybuddy.git
Remove unused "rangeslider" utility function.
This commit is contained in:
parent
3c2df12314
commit
789054cfb6
|
@ -73,14 +73,6 @@ def rangeselector_date():
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def rangeslider():
|
|
||||||
"""A range slider.
|
|
||||||
"""
|
|
||||||
return {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
def split_graph_output(output):
|
def split_graph_output(output):
|
||||||
"""Split out of a Plotly graph in to html and javascript.
|
"""Split out of a Plotly graph in to html and javascript.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue