mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Add empty line after module docstring [helpers + other] (#112707)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
"""Typing Helpers for Home Assistant."""
|
||||
|
||||
from collections.abc import Mapping
|
||||
from enum import Enum
|
||||
from typing import Any, TypeVar
|
||||
|
Reference in New Issue
Block a user