diff options
Diffstat (limited to 'datamaps/plugins/dft/master.py')
-rw-r--r-- | datamaps/plugins/dft/master.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/datamaps/plugins/dft/master.py b/datamaps/plugins/dft/master.py index ac893b8..04dfc19 100644 --- a/datamaps/plugins/dft/master.py +++ b/datamaps/plugins/dft/master.py @@ -151,7 +151,9 @@ class Master: ..etc """ - def __init__(self, quarter: Quarter, path: str, declared_month=None) -> None: + def __init__( + self, quarter: Quarter, path: str, declared_month: Optional[int] = None + ) -> None: self._quarter = quarter self._declared_month = declared_month self.path = path |