Fix tests for Python 3.8 (#34672)

This commit is contained in:
Paulus Schoutsen
2020-04-25 14:32:55 -07:00
committed by GitHub
parent d53cb951e7
commit 0d700f6a63
40 changed files with 248 additions and 285 deletions

View File

@ -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