Add empty line after module docstring [g-i] (#112699)

This commit is contained in:
Marc Mueller 2024-03-08 14:52:48 +01:00 committed by GitHub
parent ff3a801936
commit 8809d3aa88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
627 changed files with 627 additions and 0 deletions

View file

@ -3,6 +3,7 @@
These are mostly used where a HomeKit accessory exposes additional non-standard
characteristics that don't map to a Home Assistant feature.
"""
from __future__ import annotations
from collections.abc import Callable