mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
Fix stubs that assumed reexport without as
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import Any, Tuple
|
||||
from typing import Any, List, Tuple
|
||||
|
||||
class EnumTypeWrapper(object):
|
||||
def __init__(self, enum_type: Any) -> None: ...
|
||||
|
||||
2
third_party/2.7/scribe/scribe.pyi
vendored
2
third_party/2.7/scribe/scribe.pyi
vendored
@@ -2,6 +2,8 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
|
||||
import fb303.FacebookService
|
||||
from .ttypes import *
|
||||
from thrift.Thrift import TProcessor
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
|
||||
from .TProtocol import *
|
||||
|
||||
class TBinaryProtocol(TProtocolBase):
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
|
||||
from thrift.Thrift import *
|
||||
|
||||
class TProtocolException(TException):
|
||||
|
||||
2
third_party/2.7/thrift/transport/TSocket.pyi
vendored
2
third_party/2.7/thrift/transport/TSocket.pyi
vendored
@@ -2,6 +2,8 @@
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
|
||||
from .TTransport import *
|
||||
|
||||
class TSocketBase(TTransportBase):
|
||||
|
||||
Reference in New Issue
Block a user