Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Dec 11, 2024
1 parent 45b8f2e commit b51cb6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b51cb6b

Please sign in to comment.