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

@@ -2,12 +2,10 @@
from __future__ import annotations
from collections.abc import Callable, Sequence
from collections.abc import Callable, Generator, Sequence
from dataclasses import dataclass
from typing import TYPE_CHECKING, Any
from typing_extensions import Generator
from .util.event_type import EventType
if TYPE_CHECKING: