From b51cb6b494f2996fd31083b38ea34f8bb583dc42 Mon Sep 17 00:00:00 2001 From: lucasrodes Date: Wed, 11 Dec 2024 22:37:03 +0100 Subject: [PATCH] format --- .../demography/2024-12-06/wittgenstein_human_capital_proj.py | 2 +- .../data/garden/education/2024-12-11/people_with_education.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/etl/steps/data/garden/demography/2024-12-06/wittgenstein_human_capital_proj.py b/etl/steps/data/garden/demography/2024-12-06/wittgenstein_human_capital_proj.py index f94a5b6980b..f5f51a679ce 100644 --- a/etl/steps/data/garden/demography/2024-12-06/wittgenstein_human_capital_proj.py +++ b/etl/steps/data/garden/demography/2024-12-06/wittgenstein_human_capital_proj.py @@ -2,7 +2,7 @@ from etl.helpers import PathFinder, create_dataset -from shared import add_dim_15plus, add_dim_some_education, add_prop, make_table +from .shared import add_dim_15plus, add_dim_some_education, add_prop, make_table # Get paths and naming conventions for current step. paths = PathFinder(__file__) diff --git a/etl/steps/data/garden/education/2024-12-11/people_with_education.py b/etl/steps/data/garden/education/2024-12-11/people_with_education.py index 4f9a79e7bad..79974a37453 100644 --- a/etl/steps/data/garden/education/2024-12-11/people_with_education.py +++ b/etl/steps/data/garden/education/2024-12-11/people_with_education.py @@ -2,7 +2,6 @@ import owid.catalog.processing as pr -from etl.data_helpers import geo from etl.helpers import PathFinder, create_dataset # Get paths and naming conventions for current step.