mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
"""Test APRS device tracker."""
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import aprslib
|
||||
|
||||
import homeassistant.components.aprs.device_tracker as device_tracker
|
||||
from homeassistant.const import EVENT_HOMEASSISTANT_START
|
||||
|
||||
from tests.async_mock import Mock, patch
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
DEFAULT_PORT = 14580
|
||||
|
||||
Reference in New Issue
Block a user