Add empty line after module docstring (2) [tests.components] (#112737)

This commit is contained in:
Marc Mueller
2024-03-08 19:16:21 +01:00
committed by GitHub
parent 2c06d4fcb9
commit 32f3f46542
569 changed files with 569 additions and 0 deletions

View File

@ -1,4 +1,5 @@
"""Tests for the aws component config and setup."""
import json
from unittest.mock import AsyncMock, MagicMock, call, patch as async_patch