Add empty line after module docstring [tests l-p] (#112710)
This commit is contained in:
parent
7cbe49520e
commit
1722e23df8
532 changed files with 532 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
"""Configure pytest for Netgear LTE tests."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from aiohttp.client_exceptions import ClientError
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The tests for Netgear LTE binary sensor platform."""
|
||||
|
||||
from syrupy.assertion import SnapshotAssertion
|
||||
|
||||
from homeassistant.components.binary_sensor import DOMAIN as BINARY_SENSOR_DOMAIN
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Test Netgear LTE config flow."""
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Test Netgear LTE integration."""
|
||||
|
||||
from syrupy.assertion import SnapshotAssertion
|
||||
|
||||
from homeassistant.components.netgear_lte.const import DOMAIN
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The tests for the Netgear LTE notify platform."""
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant.components.notify import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""The tests for Netgear LTE sensor platform."""
|
||||
|
||||
from syrupy.assertion import SnapshotAssertion
|
||||
|
||||
from homeassistant.components.netgear_lte.const import DOMAIN
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Services tests for the Netgear LTE integration."""
|
||||
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant.components.netgear_lte.const import DOMAIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue