Skip to content

Commit eafc23d

Browse files
authored
Add one more # noqa to unblock PyCQA/flake8-pyi#213 (#7659)
Missed one.
1 parent 54af68c commit eafc23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/_collections_abc.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22
from types import MappingProxyType
3-
from typing import ( # noqa: Y027
3+
from typing import ( # noqa: Y027,Y038
44
AbstractSet as Set,
55
AsyncGenerator as AsyncGenerator,
66
AsyncIterable as AsyncIterable,

0 commit comments

Comments
 (0)