Skip to content

Commit

Permalink
readd kwh_to_tj conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKneissl committed May 21, 2024
1 parent a434568 commit 2228aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions co2calculator/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import iso3166
from co2calculator.data_handlers import Airports

KWH_TO_TJ = 277777.77777778


class HeatingFuel(enum.Enum):
"""Enum for heating fuel types"""
Expand Down

0 comments on commit 2228aff

Please sign in to comment.