Enable Ruff PT013 (#86757)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Franck Nijhof 2023-01-27 09:09:46 +01:00 committed by GitHub
parent bd9a8ba6f1
commit e4a78420b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 528 additions and 504 deletions

View file

@ -6,7 +6,6 @@ from unittest.mock import patch
from pysensibo.model import SensiboData
import pytest
from pytest import MonkeyPatch
from homeassistant.components.select import (
ATTR_OPTION,
@ -25,7 +24,7 @@ from tests.common import async_fire_time_changed
async def test_select(
hass: HomeAssistant,
load_int: ConfigEntry,
monkeypatch: MonkeyPatch,
monkeypatch: pytest.MonkeyPatch,
get_data: SensiboData,
) -> None:
"""Test the Sensibo select."""
@ -54,7 +53,7 @@ async def test_select(
async def test_select_set_option(
hass: HomeAssistant,
load_int: ConfigEntry,
monkeypatch: MonkeyPatch,
monkeypatch: pytest.MonkeyPatch,
get_data: SensiboData,
) -> None:
"""Test the Sensibo select service."""