1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add empty line after module docstring [a-d] (#112697)

This commit is contained in:
Marc Mueller
2024-03-08 14:51:32 +01:00
committed by GitHub
parent 38adfbf1a3
commit ff3a801936
655 changed files with 655 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
"""Config flow for the Abode Security System component."""
from __future__ import annotations
from collections.abc import Mapping