Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 17, 2022
2 parents 392607a + 5107f38 commit e895c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions carculator_truck/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

from . import DATA_DIR, __version__


def load_mapping_38_to_37() -> Dict[
Tuple[str, str, str, str], Tuple[str, str, str, str]
]:
Expand Down Expand Up @@ -50,6 +51,7 @@ def load_mapping_38_to_37() -> Dict[

return dict_ei38


def load_mapping_37_to_36():
"""Load mapping dictionary between ecoinvent 3.7 and 3.6"""

Expand Down

0 comments on commit e895c6e

Please sign in to comment.