diff --git a/heat/bmi_geo.py b/heat/bmi_geo.py index fd04fba..43b7fe4 100644 --- a/heat/bmi_geo.py +++ b/heat/bmi_geo.py @@ -2,7 +2,6 @@ from abc import ABC from abc import abstractmethod -from typing import Any import numpy as np from numpy.typing import NDArray diff --git a/heat/bmi_heat_geo.py b/heat/bmi_heat_geo.py index 2fdfe60..095ac44 100644 --- a/heat/bmi_heat_geo.py +++ b/heat/bmi_heat_geo.py @@ -4,7 +4,7 @@ from numpy.typing import NDArray from heat.bmi_geo import BmiGeo -from heat.heat import Heat +from heat.bmi_heat import BmiHeat class BmiHeatGeo(BmiGeo):