Skip to content

Commit 0bb9b13

Browse files
generatedunixname89002005307016facebook-github-bot
authored andcommitted
Add missing Pyre mode headers] [batch:28/360] [shard:5/N]
Reviewed By: connernilsen Differential Revision: D59903726 fbshipit-source-id: 81df5964e21bafed9e5fb5a08faaf6e16d28fb91
1 parent f854e6f commit 0bb9b13

14 files changed

+28
-0
lines changed

test/test_binary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_communicator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_crypten.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_debug.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_distributions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_gradients.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_mpc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

test/test_nn.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# pyre-unsafe
4+
35
# Copyright (c) Facebook, Inc. and its affiliates.
46
#
57
# This source code is licensed under the MIT license found in the

0 commit comments

Comments
 (0)