Skip to content

Commit

Permalink
Add missing Pyre mode headers] [batch:18/1450] [shard:20/N] [A] [B]
Browse files Browse the repository at this point in the history
Differential Revision: D66821988

fbshipit-source-id: 0c603d3af5732553348568731f74ed7c84ef97c0
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Dec 5, 2024
1 parent 2f38533 commit c5223ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/rand.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

import random

for _x in range(10):
Expand Down
2 changes: 2 additions & 0 deletions examples/timed-progress-bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

import datetime


Expand Down
2 changes: 2 additions & 0 deletions tests/python/non_strict/hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

print("Hello world")

0 comments on commit c5223ee

Please sign in to comment.