Skip to content

Commit be69fcd

Browse files
generatedunixname89002005307016facebook-github-bot
generatedunixname89002005307016
authored andcommitted
Add missing Pyre mode headers] [batch:35/1474] [shard:25/N] [B]
Differential Revision: D67115923 fbshipit-source-id: 291e5338dd9b1551d3f78ec41d92e38696f26b12
1 parent 5d23aa5 commit be69fcd

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

multipy/runtime/testdev/test_deploy_from_python.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-unsafe
8+
79
import unittest
810

911
# pyre-fixme[21]: Could not find module `test_deploy_python_ext`.

multipy/runtime/unity/example.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-unsafe
8+
79
import numpy as np
810
import scipy
911
from scipy import linalg

multipy/runtime/unity/tests/simple_model.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-unsafe
8+
79
import torch
810

911
# pyre-fixme[21]: Could not find name `nn` in `torch`.

multipy/runtime/unity/tests/sum.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# This source code is licensed under the BSD-style license found in the
55
# LICENSE file in the root directory of this source tree.
66

7+
# pyre-unsafe
8+
79

810
def func(*vlist):
911
return sum(vlist)

0 commit comments

Comments
 (0)