1
0
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:
Bas Nijholt
2019-12-08 17:59:27 +01:00
committed by Fabian Affolter
parent a3b605bb7d
commit e4e9cdce73
25 changed files with 54 additions and 55 deletions

View File

@@ -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