Add empty line after module docstring [tests a-e] (#112708)

This commit is contained in:
Marc Mueller
2024-03-08 14:50:25 +01:00
committed by GitHub
parent c88b337600
commit 38adfbf1a3
577 changed files with 577 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
"""The test for binary_sensor device automation."""
from datetime import timedelta
from freezegun import freeze_time

View File

@@ -1,4 +1,5 @@
"""The test for binary_sensor device automation."""
from datetime import timedelta
import pytest

View File

@@ -1,4 +1,5 @@
"""The tests for the Binary sensor component."""
from collections.abc import Generator
from unittest import mock

View File

@@ -1,4 +1,5 @@
"""Test the Binary Sensor significant change platform."""
from homeassistant.components.binary_sensor.significant_change import (
async_check_significant_change,
)