Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Jul 24, 2022
1 parent 00c2080 commit c732522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/powercalc/sensors/utility_meter.py
Expand Up @@ -7,7 +7,6 @@
from awesomeversion.awesomeversion import AwesomeVersion
from homeassistant.components.sensor import SensorEntity
from homeassistant.const import __version__ as HA_VERSION
from numpy import isin

if AwesomeVersion(HA_VERSION) >= AwesomeVersion("2022.4.0.dev0"):
from homeassistant.components.select import DOMAIN as SELECT_DOMAIN
Expand Down

0 comments on commit c732522

Please sign in to comment.