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:
Akuli
2021-08-08 23:25:18 +03:00
committed by GitHub
parent 64903b85d7
commit 191aac3b0e
6 changed files with 36 additions and 35 deletions

View File

@@ -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]