Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:31/1527] [shard:40/N] [A] [A]
Browse files Browse the repository at this point in the history
Differential Revision: D68328794

fbshipit-source-id: fdcc4f0a8bb28d22dd6b8335f527ec250f3076cb
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Jan 18, 2025
1 parent b78f46b commit 54c6d9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velox/py/tests/test_arrow.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

import unittest
import pyarrow

Expand Down
2 changes: 2 additions & 0 deletions velox/py/tests/test_type.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

import unittest
from velox.py.type import (
Type,
Expand Down
2 changes: 2 additions & 0 deletions velox/py/tests/test_vector.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

import unittest
import pyarrow

Expand Down

0 comments on commit 54c6d9e

Please sign in to comment.