Fix tests for Python 3.8 (#34672)
This commit is contained in:
parent
d53cb951e7
commit
0d700f6a63
40 changed files with 248 additions and 285 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue