From c65d778a1bfd5e6ff5151db0bb4ab4072d564159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 14 Jul 2020 22:15:04 +0800 Subject: [PATCH] Revised Period in the Mia core application. --- mia_core/period.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mia_core/period.py b/mia_core/period.py index c60433a..22f67e5 100644 --- a/mia_core/period.py +++ b/mia_core/period.py @@ -78,9 +78,9 @@ class Period: month_picker_params (str): The month-picker parameters, as a JSON text string """ + _period = None _data_start = None _data_end = None - _period = None def __init__( self, spec = None, data_start = None, data_end = None):