typeshed: remove crufty comments (#4699)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-10-23 00:40:06 -07:00
committed by GitHub
parent 3de732e188
commit 6ff5b88ca7
270 changed files with 16 additions and 684 deletions

View File

@@ -1 +0,0 @@
# Stubs for lib2to3 (Python 3.6)

View File

@@ -1,5 +1,3 @@
# Stubs for lib2to3.pgen2.literals (Python 3.6)
from typing import Dict, Match, Text
simple_escapes: Dict[Text, Text]

View File

@@ -1,5 +1,3 @@
# Stubs for lib2to3.pgen2.parse (Python 3.6)
from lib2to3.pgen2.grammar import _DFAS, Grammar
from lib2to3.pytree import _NL, _Convert, _RawNode
from typing import Any, List, Optional, Sequence, Set, Text, Tuple

View File

@@ -1,5 +1,3 @@
# Stubs for lib2to3.pgen2.token (Python 3.6)
import sys
from typing import Dict, Text

View File

@@ -1,6 +1,3 @@
# Stubs for lib2to3.pgen2.tokenize (Python 3.6)
# NOTE: Only elements from __all__ are present.
from lib2to3.pgen2.token import * # noqa
from typing import Callable, Iterable, Iterator, List, Text, Tuple

View File

@@ -1,5 +1,3 @@
# Stubs for lib2to3.pygram (Python 3.6)
from lib2to3.pgen2.grammar import Grammar
class Symbols:

View File

@@ -1,5 +1,3 @@
# Stubs for lib2to3.pytree (Python 3.6)
import sys
from lib2to3.pgen2.grammar import Grammar
from typing import Any, Callable, Dict, Iterator, List, Optional, Text, Tuple, TypeVar, Union