Import Generator from collections.abc (1) (#120914)

This commit is contained in:
Marc Mueller
2024-07-01 11:51:51 +02:00
committed by GitHub
parent aa5ebaf613
commit ca55986057
44 changed files with 62 additions and 76 deletions

View File

@@ -1,9 +1,9 @@
"""Common fixtures for the NEW_NAME tests."""
from collections.abc import Generator
from unittest.mock import AsyncMock, patch
import pytest
from typing_extensions import Generator
@pytest.fixture

View File

@@ -1,9 +1,9 @@
"""Common fixtures for the NEW_NAME tests."""
from collections.abc import Generator
from unittest.mock import AsyncMock, patch
import pytest
from typing_extensions import Generator
@pytest.fixture