We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
collections.abc.Iterator
typeannotator
1 parent 4c95d11 commit ee4320fCopy full SHA for ee4320f
comtypes/tools/codegenerator/typeannotator.py
@@ -1,7 +1,7 @@
1
import abc
2
import keyword
3
-from collections.abc import Iterable, Sequence
4
-from typing import Any, Generic, Iterator, Optional, Protocol, TypeVar
+from collections.abc import Iterable, Iterator, Sequence
+from typing import Any, Generic, Optional, Protocol, TypeVar
5
6
from comtypes.tools import typedesc
7
0 commit comments