mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 02:15:58 +08:00
2
third_party/2/fb303/FacebookService.pyi
vendored
2
third_party/2/fb303/FacebookService.pyi
vendored
@@ -1,5 +1,5 @@
|
||||
from typing import Any
|
||||
from thrift.Thrift import TProcessor
|
||||
from thrift.Thrift import TProcessor # type: ignore
|
||||
|
||||
fastbinary = ... # type: Any
|
||||
|
||||
|
||||
2
third_party/2/scribe/scribe.pyi
vendored
2
third_party/2/scribe/scribe.pyi
vendored
@@ -2,7 +2,7 @@ from typing import Any
|
||||
|
||||
import fb303.FacebookService
|
||||
from .ttypes import * # noqa: F403
|
||||
from thrift.Thrift import TProcessor
|
||||
from thrift.Thrift import TProcessor # type: ignore # We don't have thrift stubs in typeshed
|
||||
|
||||
class Iface(fb303.FacebookService.Iface):
|
||||
def Log(self, messages): ...
|
||||
|
||||
Reference in New Issue
Block a user