diff --git a/third_party/2/fb303/FacebookService.pyi b/third_party/2/fb303/FacebookService.pyi index c863f2853..2f23924e8 100644 --- a/third_party/2/fb303/FacebookService.pyi +++ b/third_party/2/fb303/FacebookService.pyi @@ -1,5 +1,5 @@ from typing import Any -from thrift.Thrift import TProcessor +from thrift.Thrift import TProcessor # type: ignore fastbinary = ... # type: Any diff --git a/third_party/2/scribe/scribe.pyi b/third_party/2/scribe/scribe.pyi index 4d9a2866a..bd7262b1a 100644 --- a/third_party/2/scribe/scribe.pyi +++ b/third_party/2/scribe/scribe.pyi @@ -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): ...