mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 09:55:59 +08:00
Fix stubs that assumed reexport without as
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Stub file for the 'array' module."""
|
||||
|
||||
from typing import (Any, Generic, IO, Iterable, Sequence, TypeVar,
|
||||
Union, overload, Iterator, Tuple, BinaryIO)
|
||||
Union, overload, Iterator, Tuple, BinaryIO, List)
|
||||
|
||||
T = TypeVar('T')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user