Revised Period in the Mia core application.
This commit is contained in:
parent
94884e72b8
commit
c65d778a1b
@ -78,9 +78,9 @@ class Period:
|
|||||||
month_picker_params (str): The month-picker parameters, as a
|
month_picker_params (str): The month-picker parameters, as a
|
||||||
JSON text string
|
JSON text string
|
||||||
"""
|
"""
|
||||||
|
_period = None
|
||||||
_data_start = None
|
_data_start = None
|
||||||
_data_end = None
|
_data_end = None
|
||||||
_period = None
|
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self, spec = None, data_start = None, data_end = None):
|
self, spec = None, data_start = None, data_end = None):
|
||||||
|
Loading…
Reference in New Issue
Block a user