Skip to content

Commit

Permalink
Fix coordinator test
Browse files Browse the repository at this point in the history
  • Loading branch information
OnFreund committed Nov 4, 2023
1 parent cdd2456 commit 8565af8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/components/ourgroceries/test_coordinator.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
"""Define tests for the OurGroceries coordinator."""
from asyncio import TimeoutError as AsyncIOTimeoutError
from unittest.mock import AsyncMock

from aiohttp import ClientError
from freezegun.api import FrozenDateTimeFactory
import pytest

from homeassistant.components.ourgroceries.coordinator import (
SCAN_INTERVAL,
AsyncIOTimeoutError,
ClientError,
)
from homeassistant.components.ourgroceries.coordinator import SCAN_INTERVAL
from homeassistant.const import STATE_UNAVAILABLE
from homeassistant.core import HomeAssistant

Expand Down

0 comments on commit 8565af8

Please sign in to comment.