From 789054cfb695acd5f858d8bc87d3e0728a47eac3 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Wed, 25 Oct 2017 10:44:57 -0400 Subject: [PATCH] Remove unused "rangeslider" utility function. --- reports/utils.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/reports/utils.py b/reports/utils.py index 5c933366..6135ed99 100644 --- a/reports/utils.py +++ b/reports/utils.py @@ -73,14 +73,6 @@ def rangeselector_date(): } -def rangeslider(): - """A range slider. - """ - return { - - } - - def split_graph_output(output): """Split out of a Plotly graph in to html and javascript. """