Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:19/1531] [shard:41/N]
Browse files Browse the repository at this point in the history
Differential Revision: D68319423

fbshipit-source-id: aca02063fb6092db7261d5264a6b34a4c60aa7da
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Jan 17, 2025
1 parent 69448bb commit 9059c0e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third-party/watchman/src/watchman/node/bser/test_bser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

import distutils.spawn
import os
import shutil
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe


import inspect
import math
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe


import re

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe


import sys

Expand Down
2 changes: 2 additions & 0 deletions third-party/watchman/src/watchman/python/pywatchman/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe


import ctypes

Expand Down
2 changes: 2 additions & 0 deletions third-party/watchman/src/watchman/python/pywatchman/pybser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe


import binascii
import collections.abc as collections_abc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe


import ctypes
import ctypes.wintypes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe


import asyncio
import os
Expand Down
2 changes: 2 additions & 0 deletions third-party/watchman/src/watchman/python/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe


import binascii
import collections
Expand Down

0 comments on commit 9059c0e

Please sign in to comment.