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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
40 changed files with 248 additions and 285 deletions

View file

@ -1,6 +1,5 @@
"""Test the Tesla config flow."""
from unittest.mock import patch
from asynctest import patch
from teslajsonpy import TeslaException
from homeassistant import config_entries, data_entry_flow, setup