mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
use isort to sort imports according to PEP8 for command_line (#29627)
This commit is contained in:
committed by
Fabian Affolter
parent
954813b478
commit
73c373a0f2
@@ -5,8 +5,8 @@ from unittest import mock
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.cover import DOMAIN
|
||||
import homeassistant.components.command_line.cover as cmd_rs
|
||||
from homeassistant.components.cover import DOMAIN
|
||||
from homeassistant.const import (
|
||||
ATTR_ENTITY_ID,
|
||||
SERVICE_CLOSE_COVER,
|
||||
|
||||
Reference in New Issue
Block a user