Skip to content

Commit

Permalink
fix: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbanse committed Dec 12, 2024
1 parent 932de55 commit 1c97f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecologits/tracers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def llm_impacts(
electricity_mix = electricity_mixes.find_electricity_mix(zone=electricity_zone)
electricity_wue = electricity_wue_list.find_electricity_wue(zone=electricity_zone)

# TODO: here handle if defined for one but not the other
if electricity_mix is None:
logger.warning(f"Could not find zone `{electricity_zone}` in the electricity \
mixes database (ADEME), world average used instead.")
Expand Down

0 comments on commit 1c97f63

Please sign in to comment.