Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pathways' into pathways
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Nov 10, 2023
2 parents a9f5cd2 + ff7701e commit f3c42b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions premise/energy.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from typing import List

from wurst import searching as ws

from .data_collection import IAMDataCollection
from .filesystem_constants import DATA_DIR
from .inventory_imports import DefaultInventory
from .transformation import BaseTransformation
from typing import List
from .data_collection import IAMDataCollection
from wurst import searching as ws

LCI_HEAT = DATA_DIR / "energy" / "lci-heat.xlsx"
FINAL_ENERGY_MAPPING = DATA_DIR / "energy" / "final_energy_mapping.xlsx"
Expand Down

0 comments on commit f3c42b8

Please sign in to comment.