Fix tests for Python 3.8 (#34672)
This commit is contained in:
@@ -4,7 +4,8 @@ import os
|
||||
import tempfile
|
||||
from typing import Tuple
|
||||
import unittest
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from asynctest import Mock, patch
|
||||
|
||||
from homeassistant.components import shell_command
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
Reference in New Issue
Block a user