1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00

Enable Ruff PYI041 (#115229)

This commit is contained in:
Sid
2024-04-08 21:29:05 +02:00
committed by GitHub
parent cbbadf6256
commit 9cbed10372
22 changed files with 54 additions and 55 deletions

View File

@@ -1176,7 +1176,7 @@ def test_as_datetime(hass: HomeAssistant, input) -> None:
)
def test_as_datetime_from_timestamp(
hass: HomeAssistant,
input: int | float,
input: float,
output: str,
) -> None:
"""Test converting a UNIX timestamp to a date object."""