mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Split bootstrap into bs + setup (#6416)
* Split bootstrap into bs + setup * Lint
This commit is contained in:
committed by
Pascal Vizeli
parent
bdf948d866
commit
2650c73a89
@@ -1,7 +1,7 @@
|
||||
"""The tests for the Introduction component."""
|
||||
import unittest
|
||||
|
||||
from homeassistant.bootstrap import setup_component
|
||||
from homeassistant.setup import setup_component
|
||||
from homeassistant.components import introduction
|
||||
|
||||
from tests.common import get_test_home_assistant
|
||||
|
||||
Reference in New Issue
Block a user