1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Add empty line after module docstring (2) [other] (#112738)

This commit is contained in:
Marc Mueller
2024-03-08 19:16:38 +01:00
committed by GitHub
parent 32f3f46542
commit a6b842f818
75 changed files with 76 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
"""Validate manifests."""
import argparse
from pathlib import Path
import subprocess
+1
View File
@@ -1,4 +1,5 @@
"""Gather info for scaffolding."""
import json
from homeassistant.util import slugify
@@ -1,4 +1,5 @@
"""Config flow for NEW_NAME."""
import my_pypi_dependency
from homeassistant.core import HomeAssistant
@@ -1,4 +1,5 @@
"""Test the NEW_NAME integration."""
import pytest
from homeassistant.components.NEW_DOMAIN.const import DOMAIN
@@ -1,4 +1,5 @@
"""Config flow for NEW_NAME."""
import logging
from homeassistant.helpers import config_entry_oauth2_flow
@@ -1,4 +1,5 @@
"""The tests for NEW_NAME device actions."""
import pytest
from pytest_unordered import unordered
@@ -1,4 +1,5 @@
"""The tests for NEW_NAME device triggers."""
import pytest
from pytest_unordered import unordered
@@ -1,4 +1,5 @@
"""Test reproduce state for NEW_NAME."""
import pytest
from homeassistant.core import HomeAssistant, State