Add empty line after module docstring [t-v] (#112705)
This commit is contained in:
parent
ea89fa6b1e
commit
062cc4bfce
555 changed files with 555 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
"""The time_date component."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Adds config flow for Time & Date integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Mapping
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Constants for the Time & Date integration."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Final
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
"""Support for showing the date and the time."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from collections.abc import Callable, Mapping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue