mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Add empty line after module docstring [tests a-e] (#112708)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""Common fixtures for the Homeassistant Analytics tests."""
|
||||
|
||||
from collections.abc import Generator
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Test the Homeassistant Analytics config flow."""
|
||||
|
||||
from typing import Any
|
||||
from unittest.mock import AsyncMock
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Test the Home Assistant analytics init module."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from unittest.mock import AsyncMock
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Test the Home Assistant analytics sensor module."""
|
||||
|
||||
from datetime import timedelta
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user