Fix stubs that assumed reexport without as

This commit is contained in:
Ben Longbons
2015-10-16 14:48:27 -07:00
parent 2f49dfa1f5
commit c2f892a409
19 changed files with 59 additions and 27 deletions

View File

@@ -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: ...

View File

@@ -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

View File

@@ -2,6 +2,8 @@
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any
from .TProtocol import *
class TBinaryProtocol(TProtocolBase):

View File

@@ -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):

View File

@@ -2,6 +2,8 @@
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any
from .TTransport import *
class TSocketBase(TTransportBase):