Add empty line after module docstring [tests l-p] (#112710)

This commit is contained in:
Marc Mueller 2024-03-08 14:55:15 +01:00 committed by GitHub
parent 7cbe49520e
commit 1722e23df8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
532 changed files with 532 additions and 0 deletions

View file

@ -1,4 +1,5 @@
"""Configure pytest for Netgear LTE tests."""
from __future__ import annotations
from aiohttp.client_exceptions import ClientError

View file

@ -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

View file

@ -1,4 +1,5 @@
"""Test Netgear LTE config flow."""
from unittest.mock import patch
import pytest

View file

@ -1,4 +1,5 @@
"""Test Netgear LTE integration."""
from syrupy.assertion import SnapshotAssertion
from homeassistant.components.netgear_lte.const import DOMAIN

View file

@ -1,4 +1,5 @@
"""The tests for the Netgear LTE notify platform."""
from unittest.mock import patch
from homeassistant.components.notify import (

View file

@ -1,4 +1,5 @@
"""The tests for Netgear LTE sensor platform."""
from syrupy.assertion import SnapshotAssertion
from homeassistant.components.netgear_lte.const import DOMAIN

View file

@ -1,4 +1,5 @@
"""Services tests for the Netgear LTE integration."""
from unittest.mock import patch
from homeassistant.components.netgear_lte.const import DOMAIN