Import Generator from collections.abc (3) (#120916)

This commit is contained in:
Marc Mueller 2024-07-01 12:09:11 +02:00 committed by GitHub
parent 2f0dd6f704
commit 921430d497
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
129 changed files with 131 additions and 138 deletions

View file

@ -1,10 +1,10 @@
"""Fixtures for Plex tests."""
from collections.abc import Generator
from unittest.mock import AsyncMock, patch
import pytest
import requests_mock
from typing_extensions import Generator
from homeassistant.components.plex.const import DOMAIN, PLEX_SERVER_CONFIG, SERVERS
from homeassistant.const import CONF_URL