Adjust scaffold docstring (#90157)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
epenet 2023-03-23 10:13:53 +01:00 committed by GitHub
parent 60ae1f99e0
commit 92bcb04e4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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