mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix tests for Python 3.8 (#34672)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"""Test the solarlog config flow."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from asynctest import patch
|
||||
import pytest
|
||||
|
||||
from homeassistant import config_entries, data_entry_flow, setup
|
||||
|
||||
Reference in New Issue
Block a user