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:
committed by
Franck Nijhof
parent
c49e423c78
commit
5cdaff5405
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user