mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
use isort to sort imports according to PEP8 for demo (#29630)
This commit is contained in:
committed by
Fabian Affolter
parent
a3b605bb7d
commit
e4e9cdce73
@@ -1,8 +1,8 @@
|
||||
"""The tests for the Demo lock platform."""
|
||||
import unittest
|
||||
|
||||
from homeassistant.setup import setup_component
|
||||
from homeassistant.components import lock
|
||||
from homeassistant.setup import setup_component
|
||||
|
||||
from tests.common import get_test_home_assistant, mock_service
|
||||
from tests.components.lock import common
|
||||
|
||||
Reference in New Issue
Block a user