mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Add empty line after module docstring [tests a-e] (#112708)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""The test for binary_sensor device automation."""
|
||||
|
||||
from datetime import timedelta
|
||||
|
||||
from freezegun import freeze_time
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""The test for binary_sensor device automation."""
|
||||
|
||||
from datetime import timedelta
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""The tests for the Binary sensor component."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest import mock
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Test the Binary Sensor significant change platform."""
|
||||
|
||||
from homeassistant.components.binary_sensor.significant_change import (
|
||||
async_check_significant_change,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user