Add empty line after module docstring (3) (#112750)
This commit is contained in:
parent
55b2d1a00c
commit
aa16a9d707
345 changed files with 216 additions and 130 deletions
|
@ -1,4 +1,5 @@
|
|||
"""Component with embedded platforms."""
|
||||
|
||||
DOMAIN = "test_embedded"
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Provide a mock package component."""
|
||||
|
||||
from .const import TEST # noqa: F401
|
||||
|
||||
DOMAIN = "test_integration_platform"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
"""Constants for test_package custom component."""
|
||||
|
||||
TEST = 5
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Provide a mock package component."""
|
||||
|
||||
from .const import TEST # noqa: F401
|
||||
|
||||
DOMAIN = "test_package"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
"""Constants for test_package custom component."""
|
||||
|
||||
TEST = 5
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Provide a mock package component."""
|
||||
|
||||
from .const import TEST # noqa: F401
|
||||
|
||||
DOMAIN = "test_package"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
"""Constants for test_package custom component."""
|
||||
|
||||
TEST = 5
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Provide a mock package component."""
|
||||
|
||||
import asyncio
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Provide a mock package component."""
|
||||
|
||||
import asyncio
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Provide a mock standalone component."""
|
||||
|
||||
DOMAIN = "test_standalone"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue