Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:18/1134] [shard:29/N] [B] [B]
Browse files Browse the repository at this point in the history
Differential Revision: D65162912

fbshipit-source-id: 434273cccbed75401edebc70e574885349397a18
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Oct 30, 2024
1 parent 2a41811 commit c86d6df
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third-party/thrift/src/thrift/lib/python/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pyre-unsafe


from __future__ import annotations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pyre-unsafe

from collections.abc import Generator
from contextlib import contextmanager

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pyre-unsafe

import types
import typing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pyre-unsafe

from thrift.py3.server import ThriftServer

def install_http2_routing_handler(server: ThriftServer) -> None: ...
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pyre-unsafe

def mock_enable_resource_pools_for_python(flag_value: bool) -> None: ...
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pyre-unsafe

from convertible.thrift_types import Nested, Simple, Union

def echo_simple(strucc: Simple) -> Simple: ...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# pyre-unsafe

from typing import Protocol

class InteractionServer(Protocol):
Expand Down

0 comments on commit c86d6df

Please sign in to comment.