diff options
Diffstat (limited to 'datamaps/plugins')
-rw-r--r-- | datamaps/plugins/dft/master.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/datamaps/plugins/dft/master.py b/datamaps/plugins/dft/master.py index c3e6c3b..1eab1b7 100644 --- a/datamaps/plugins/dft/master.py +++ b/datamaps/plugins/dft/master.py @@ -162,7 +162,8 @@ class Master: """ Returns the ``Month`` object associated with the ``Master``. """ - pass + breakpoint() + return [m.month for m in self.quarter.months] @property |