From 0f21c97f06bccd2260931e7543a24dc618f355b4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 18 May 2021 20:26:07 +0100 Subject: fixed test related to getting the correct year from a Month() --- datamaps/api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datamaps/api/api.py') 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. -- cgit v1.2.3