Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:24/1523] [shard:39/N] [A]
Browse files Browse the repository at this point in the history
Differential Revision: D68239370

fbshipit-source-id: 25f2b0d1d114707b26f0b2fe0f72839b258e73bb
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Jan 17, 2025
1 parent 91448a6 commit 0ee7315
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third-party/thrift/src/thrift/lib/python/__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

try:
# pyre-fixme[21]: Could not find module `thrift.python.abstract_types`.
import thrift.python.abstract_types as abstract_types # noqa: 401
Expand Down
2 changes: 2 additions & 0 deletions third-party/thrift/src/thrift/lib/python/metadata.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

import typing
import unittest

Expand Down

0 comments on commit 0ee7315

Please sign in to comment.