Add empty line after module docstring [j-m] (#112700)

This commit is contained in:
Marc Mueller 2024-03-08 15:01:29 +01:00 committed by GitHub
parent 1722e23df8
commit 59a6035d3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
606 changed files with 606 additions and 0 deletions

View file

@ -1,4 +1,5 @@
"""Handle MySensors gateways."""
from __future__ import annotations
import asyncio