From 54c6d9e966428cf439a9c082613e575c05d75d40 Mon Sep 17 00:00:00 2001 From: generatedunixname89002005307016 Date: Fri, 17 Jan 2025 20:29:20 -0800 Subject: [PATCH] Add missing Pyre mode headers] [batch:31/1527] [shard:40/N] [A] [A] Differential Revision: D68328794 fbshipit-source-id: fdcc4f0a8bb28d22dd6b8335f527ec250f3076cb --- velox/py/tests/test_arrow.py | 2 ++ velox/py/tests/test_type.py | 2 ++ velox/py/tests/test_vector.py | 2 ++ 3 files changed, 6 insertions(+) diff --git a/velox/py/tests/test_arrow.py b/velox/py/tests/test_arrow.py index 149a114047fe..b93ee7740613 100644 --- a/velox/py/tests/test_arrow.py +++ b/velox/py/tests/test_arrow.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# pyre-unsafe + import unittest import pyarrow diff --git a/velox/py/tests/test_type.py b/velox/py/tests/test_type.py index c19909277a86..e7f454e50c3d 100644 --- a/velox/py/tests/test_type.py +++ b/velox/py/tests/test_type.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# pyre-unsafe + import unittest from velox.py.type import ( Type, diff --git a/velox/py/tests/test_vector.py b/velox/py/tests/test_vector.py index 1aafb5277e63..09ec5613ba38 100644 --- a/velox/py/tests/test_vector.py +++ b/velox/py/tests/test_vector.py @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# pyre-unsafe + import unittest import pyarrow