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.
# noqa
1 parent 54af68c commit eafc23dCopy full SHA for eafc23d
stdlib/_collections_abc.pyi
@@ -1,6 +1,6 @@
1
import sys
2
from types import MappingProxyType
3
-from typing import ( # noqa: Y027
+from typing import ( # noqa: Y027,Y038
4
AbstractSet as Set,
5
AsyncGenerator as AsyncGenerator,
6
AsyncIterable as AsyncIterable,
0 commit comments