mirror of https://github.com/snachodog/mybuddy.git
Linting
This commit is contained in:
parent
2725a864ef
commit
a81d68ffdb
|
@ -9,6 +9,6 @@ from .height_change import height_change # NOQA
|
|||
from .pumping_amounts import pumping_amounts # NOQA
|
||||
from .sleep_pattern import sleep_pattern # 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 .weight_change import weight_change # NOQA
|
||||
|
|
|
@ -68,6 +68,7 @@ def rangeselector_time():
|
|||
],
|
||||
}
|
||||
|
||||
|
||||
def split_graph_output(output):
|
||||
"""
|
||||
Split out of a Plotly graph in to html and javascript.
|
||||
|
|
Loading…
Reference in New Issue