mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""The tests for the Prometheus exporter."""
|
||||
from dataclasses import dataclass
|
||||
import datetime
|
||||
import unittest.mock as mock
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -19,8 +20,6 @@ from homeassistant.core import split_entity_id
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.util import dt as dt_util
|
||||
|
||||
import tests.async_mock as mock
|
||||
|
||||
PROMETHEUS_PATH = "homeassistant.components.prometheus"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user