mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 03:27:14 +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:
@@ -1,4 +1,3 @@
|
||||
# These are not exported.
|
||||
import sys
|
||||
import typing
|
||||
from typing import (
|
||||
@@ -37,9 +36,6 @@ from typing import (
|
||||
overload,
|
||||
)
|
||||
|
||||
# These are exported.
|
||||
from . import abc
|
||||
|
||||
if sys.version_info >= (3, 6):
|
||||
from typing import AsyncGenerator as AsyncGenerator, Collection as Collection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user