Import Generator from collections.abc (4) (#120917)

This commit is contained in:
Marc Mueller 2024-07-01 11:54:42 +02:00 committed by GitHub
parent ca55986057
commit f11b316dac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
116 changed files with 120 additions and 124 deletions

View file

@ -1,10 +1,10 @@
"""Tests for ZHA config flow."""
from collections.abc import Generator
from unittest.mock import AsyncMock, MagicMock, create_autospec, patch
import pytest
import serial.tools.list_ports
from typing_extensions import Generator
from zigpy.backups import BackupManager
import zigpy.config
from zigpy.config import CONF_DEVICE_PATH