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

View File

@ -1,4 +1,5 @@
"""Validate manifests."""
import argparse
from pathlib import Path
import subprocess

View File

@ -1,4 +1,5 @@
"""Gather info for scaffolding."""
import json
from homeassistant.util import slugify

View File

@ -1,4 +1,5 @@
"""Config flow for NEW_NAME."""
import my_pypi_dependency
from homeassistant.core import HomeAssistant

View File

@ -1,4 +1,5 @@
"""Test the NEW_NAME integration."""
import pytest
from homeassistant.components.NEW_DOMAIN.const import DOMAIN

View File

@ -1,4 +1,5 @@
"""Config flow for NEW_NAME."""
import logging
from homeassistant.helpers import config_entry_oauth2_flow

View File

@ -1,4 +1,5 @@
"""The tests for NEW_NAME device actions."""
import pytest
from pytest_unordered import unordered

View File

@ -1,4 +1,5 @@
"""The tests for NEW_NAME device triggers."""
import pytest
from pytest_unordered import unordered

View File

@ -1,4 +1,5 @@
"""Test reproduce state for NEW_NAME."""
import pytest
from homeassistant.core import HomeAssistant, State