Skip to content

Commit

Permalink
remove some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 30, 2024
1 parent 86db321 commit b6f9254
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion heat/bmi_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion heat/bmi_heat_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b6f9254

Please sign in to comment.