Add empty line after module docstring [d-f] (#112698)

This commit is contained in:
Marc Mueller 2024-03-08 14:15:26 +01:00 committed by GitHub
parent d7e7dc96cc
commit 0e3945ca6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
657 changed files with 657 additions and 0 deletions

View file

@ -1,4 +1,5 @@
"""Support for Fibaro sensors."""
from __future__ import annotations
from contextlib import suppress