diff options
Diffstat (limited to 'datamaps/api/api.py')
-rw-r--r-- | datamaps/api/api.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/datamaps/api/api.py b/datamaps/api/api.py index 59458e7..549d4fb 100644 --- a/datamaps/api/api.py +++ b/datamaps/api/api.py @@ -1,5 +1,5 @@ -from ..core import Master, Quarter - +from ..core import Quarter +from ..plugins.dft.master import Master def project_data_from_master_api(master_file: str, quarter: int, year: int): """Create a Master object directly without the need to explicitly pass |