mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add empty line after module docstring [tests a-e] (#112708)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""The tests for the Command line Binary sensor platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""The tests the cover command line platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Test Command line component setup process."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from datetime import timedelta
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""The tests for the command line notification platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""The tests for the Command line sensor platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""The tests for the Command line switch platform."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import asyncio
|
||||
|
||||
Reference in New Issue
Block a user