Add empty line after module docstring [t-v] (#112705)

This commit is contained in:
Marc Mueller 2024-03-08 16:35:23 +01:00 committed by GitHub
parent ea89fa6b1e
commit 062cc4bfce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
555 changed files with 555 additions and 0 deletions

View file

@ -1,4 +1,5 @@
"""Support for Tailscale sensors."""
from __future__ import annotations
from collections.abc import Callable