Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
vilppuvuorinen committed Jun 1, 2021
1 parent 172651d commit c6528c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/components/melcloud/test_atw_zone_sensor.py
@@ -1,9 +1,10 @@
"""Test the MELCloud ATW zone sensor."""
from unittest.mock import patch

from melcloud.components.melcloud import AtwZoneSensor
import pytest

from homeassistant.components.melcloud.sensor import AtwZoneSensor


@pytest.fixture
def mock_device():
Expand Down

0 comments on commit c6528c9

Please sign in to comment.