1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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

@@ -1,6 +1,5 @@
"""Define tests for the OpenUV config flow."""
from unittest.mock import patch
from asynctest import patch
from regenmaschine.errors import RainMachineError
from homeassistant import data_entry_flow