mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add empty line after module docstring (2) [other] (#112738)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
"""Validate manifests."""
|
||||
|
||||
import argparse
|
||||
from pathlib import Path
|
||||
import subprocess
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user