diff options
Diffstat (limited to '')
-rw-r--r-- | datamaps/api/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/datamaps/api/api.py b/datamaps/api/api.py index 4073fbc..072d95f 100644 --- a/datamaps/api/api.py +++ b/datamaps/api/api.py @@ -15,7 +15,7 @@ def project_data_from_master_api(master_file: str, quarter: int, year: int): return m -def project_data_from_master_month_api(master_file: str, month: int, year: int): +def project_data_from_master_month_api(master_file: str, month: int, year: int) -> Master: """Create a Master object directly without the need to explicitly pass a Month object. |