Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed May 28, 2023
1 parent 3363e71 commit bfb5dd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/sensors/test_power.py
Expand Up @@ -3,7 +3,7 @@
from unittest.mock import patch

import pytest
from homeassistant.components.sensor import SensorStateClass
from homeassistant.components.sensor import ATTR_STATE_CLASS, SensorStateClass
from homeassistant.components.utility_meter.sensor import SensorDeviceClass
from homeassistant.components.vacuum import (
ATTR_BATTERY_LEVEL,
Expand All @@ -29,7 +29,6 @@
from homeassistant.core import EVENT_HOMEASSISTANT_START, CoreState, HomeAssistant
from homeassistant.setup import async_setup_component
from homeassistant.util import dt
from plugwise.constants import ATTR_STATE_CLASS
from pytest_homeassistant_custom_component.common import (
MockEntity,
MockEntityPlatform,
Expand Down

0 comments on commit bfb5dd1

Please sign in to comment.