From a5b4f46b55ee39409126da978677f54e271060c1 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 17 May 2021 08:13:22 +0100 Subject: refactorings --- datamaps/api/api.py | 1 + 1 file changed, 1 insertion(+) (limited to 'datamaps/api/api.py') diff --git a/datamaps/api/api.py b/datamaps/api/api.py index 6fcf4cf..b6d8025 100644 --- a/datamaps/api/api.py +++ b/datamaps/api/api.py @@ -14,6 +14,7 @@ def project_data_from_master_api(master_file: str, quarter: int, year: int): m = Master(Quarter(quarter, year), master_file) return m + def project_data_from_master_month_api(master_file: str, month: int, year: int): """Create a Master object directly without the need to explicitly pass a Month object. -- cgit v1.2.3