mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Sort imports according to PEP8 for recorder (#29652)
This commit is contained in:
committed by
Franck Nijhof
parent
b832749e3c
commit
3d64405896
@@ -1,10 +1,11 @@
|
||||
"""Test util methods."""
|
||||
from unittest.mock import patch, MagicMock
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components.recorder import util
|
||||
from homeassistant.components.recorder.const import DATA_INSTANCE
|
||||
|
||||
from tests.common import get_test_home_assistant, init_recorder_component
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user