mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Removed imported symbols that are not accessed or re-exported (#4387)
Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
from lib2to3.pgen2.grammar import _DFAS, Grammar
|
||||
from lib2to3.pytree import _NL, _Convert, _RawNode
|
||||
from typing import Any, Dict, List, Optional, Sequence, Set, Text, Tuple
|
||||
from typing import Any, List, Optional, Sequence, Set, Text, Tuple
|
||||
|
||||
_Context = Sequence[Any]
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# Stubs for lib2to3.pygram (Python 3.6)
|
||||
|
||||
from lib2to3.pgen2.grammar import Grammar
|
||||
from typing import Any
|
||||
|
||||
class Symbols:
|
||||
def __init__(self, grammar: Grammar) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user