Add empty line after module docstring [s] (#112704)

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

View file

@ -1,4 +1,5 @@
"""Support for sensors through the SmartThings cloud API."""
from __future__ import annotations
from collections import namedtuple