mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Move core config functionality to its own module (#129065)
* Move core config functionality to its own module * Adjust test
This commit is contained in:
@@ -3145,7 +3145,7 @@ class Config:
|
||||
async def async_update(self, **kwargs: Any) -> None:
|
||||
"""Update the configuration from a dictionary."""
|
||||
# pylint: disable-next=import-outside-toplevel
|
||||
from .config import (
|
||||
from .core_config import (
|
||||
_raise_issue_if_historic_currency,
|
||||
_raise_issue_if_no_country,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user