mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add empty line after module docstring [tests f-k] (#112709)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""The tests for recorder platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import timedelta
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Test reproduce state for input boolean."""
|
||||
|
||||
from homeassistant.core import HomeAssistant, State
|
||||
from homeassistant.helpers.state import async_reproduce_state
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
Reference in New Issue
Block a user