mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-18 07:44:13 +08:00
Use PEP 585 syntax in @python2/_ast, convert more TypeVars to _typeshed.Self, & # noqa a SQLAlchemy line (#6954)
* Manual fixes for `_ast` and `SQLAlchemy` * Change more `TypeVar`s to `Self`, using script
This commit is contained in:
@@ -35,7 +35,7 @@ arm: Any
|
||||
has_refcount_gc: Any
|
||||
contextmanager = contextlib.contextmanager
|
||||
dottedgetter = operator.attrgetter
|
||||
namedtuple = collections.namedtuple
|
||||
namedtuple = collections.namedtuple # noqa Y024
|
||||
next = builtins.next
|
||||
|
||||
class FullArgSpec(NamedTuple):
|
||||
|
||||
Reference in New Issue
Block a user