1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add empty line after module docstring [tests l-p] (#112710)

This commit is contained in:
Marc Mueller
2024-03-08 14:55:15 +01:00
committed by GitHub
parent 7cbe49520e
commit 1722e23df8
532 changed files with 532 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
"""Tests for the mobile app integration."""
from collections.abc import Awaitable, Callable
from typing import Any
from unittest.mock import Mock, patch