mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 12:56:51 +08:00
lowercase list and dict for 3rd party stubs (#5893)
* stubs/decorator/decorator.pyi * stubs/frozendict/frozendict.pyi * stubs/Jinja2/jinja2/nodes.pyi * stubs/Pygments/pygments/token.pyi * stubs/requests/requests/models.pyi * stubs/Werkzeug/werkzeug/http.pyi
This commit is contained in:
@@ -30,5 +30,5 @@ Generic: _TokenType
|
||||
def is_token_subtype(ttype, other): ...
|
||||
def string_to_tokentype(s): ...
|
||||
|
||||
# Dict, but shouldn't be mutated
|
||||
# dict, but shouldn't be mutated
|
||||
STANDARD_TYPES: Mapping[_TokenType, str]
|
||||
|
||||
Reference in New Issue
Block a user