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:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user