mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add # noqa comments to typing.AnyStr (#6925)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
@@ -77,7 +77,7 @@ Counter = _Alias()
|
||||
Deque = _Alias()
|
||||
|
||||
# Predefined type variables.
|
||||
AnyStr = TypeVar("AnyStr", str, unicode)
|
||||
AnyStr = TypeVar("AnyStr", str, unicode) # noqa: Y001
|
||||
|
||||
# Abstract base classes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user