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

Sort imports according to PEP8 for components starting with "O" (#29774)

This commit is contained in:
Bas Nijholt
2019-12-09 14:26:53 +01:00
committed by Franck Nijhof
parent c49e423c78
commit 5cdaff5405
16 changed files with 72 additions and 74 deletions

View File

@@ -1,8 +1,9 @@
"""Define tests for the OpenUV config flow."""
import pytest
from pyopenuv.errors import OpenUvError
from unittest.mock import patch
from pyopenuv.errors import OpenUvError
import pytest
from homeassistant import data_entry_flow
from homeassistant.components.openuv import DOMAIN, config_flow
from homeassistant.const import (