1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-26 19:54:50 +01:00

Add empty line after module docstring [helpers + other] (#112707)

This commit is contained in:
Marc Mueller
2024-03-08 16:36:11 +01:00
committed by GitHub
parent c773d57d39
commit 19ab3d6daf
284 changed files with 287 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
"""Common fixtures for the NEW_NAME tests."""
from collections.abc import Generator
from unittest.mock import AsyncMock, patch

View File

@@ -1,4 +1,5 @@
"""Test the NEW_NAME config flow."""
from unittest.mock import AsyncMock, patch
from homeassistant import config_entries