diff --git a/co2calculator/energy/calculate_energy.py b/co2calculator/energy/calculate_energy.py index 6c8370e..f695a5c 100644 --- a/co2calculator/energy/calculate_energy.py +++ b/co2calculator/energy/calculate_energy.py @@ -1,6 +1,6 @@ """Function colleciton to calculate energy type co2 emissions""" -from ctypes import Union +from typing import Union from co2calculator.constants import KWH_TO_TJ, Unit from co2calculator.data_handlers import ConversionFactors, EmissionFactors from co2calculator.parameters import (