This commit is contained in:
Pavol Gazda 2023-01-03 00:35:49 +01:00 committed by Christopher Charbonneau Wells
parent 2725a864ef
commit a81d68ffdb
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,6 @@ from .height_change import height_change # NOQA
from .pumping_amounts import pumping_amounts # NOQA from .pumping_amounts import pumping_amounts # NOQA
from .sleep_pattern import sleep_pattern # NOQA from .sleep_pattern import sleep_pattern # NOQA
from .sleep_totals import sleep_totals # NOQA from .sleep_totals import sleep_totals # NOQA
from .temperature_change import temperature_change # NOQA from .temperature_change import temperature_change # NOQA
from .tummytime_duration import tummytime_duration # NOQA from .tummytime_duration import tummytime_duration # NOQA
from .weight_change import weight_change # NOQA from .weight_change import weight_change # NOQA

View File

@ -68,6 +68,7 @@ def rangeselector_time():
], ],
} }
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.