Skip to content

Commit ef8a7de

Browse files
committed
Remove redundant imports - see HEA-572
1 parent b8b41b0 commit ef8a7de

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

pipelines/assets/other_cash_income.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
# Configure Django with our custom settings before importing any Django classes
6363
django.setup()
6464

65-
from baseline.models import LivelihoodZoneBaseline # NOQA: E402
6665
from metadata.models import ActivityLabel # NOQA: E402
6766

6867
# Indexes of header rows in the Data3 dataframe (wealth_group_category, district, village)

pipelines/assets/wild_foods.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
# Configure Django with our custom settings before importing any Django classes
8181
django.setup()
8282

83-
from baseline.models import LivelihoodZoneBaseline # NOQA: E402
8483
from metadata.models import ActivityLabel # NOQA: E402
8584

8685
# Indexes of header rows in the Data3 dataframe (wealth_group_category, district, village)

0 commit comments

Comments
 (0)