1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add return type to tests without arguments (#87613)

* Add return type to tests without arguments

* Black

* Cancel fixture amends
This commit is contained in:
epenet
2023-02-07 14:20:06 +01:00
committed by GitHub
parent fb4c0b4b7a
commit 4142f0d15d
99 changed files with 473 additions and 459 deletions

View File

@@ -7,7 +7,7 @@ import pytest
from homeassistant.backports.enum import StrEnum
def test_strenum():
def test_strenum() -> None:
"""Test StrEnum."""
class TestEnum(StrEnum):