Skip to content

Commit a0532ac

Browse files
connernilsenfacebook-github-bot
authored andcommitted
Pyre Configurationless migration for] [batch:13/244]
Reviewed By: grievejia Differential Revision: D54564929 fbshipit-source-id: 46ac2b11ae513fcd7bf5f039941782dd0f366777
1 parent 289d334 commit a0532ac

File tree

109 files changed

+202
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+202
-0
lines changed

benchmarking/benchmarks/benchmarks.py

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

3+
# pyre-unsafe
4+
35
##############################################################################
46
# Copyright 2017-present, Facebook, Inc.
57
# All rights reserved.

benchmarking/bridge/auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyre-unsafe
12
from __future__ import absolute_import, division, print_function, unicode_literals
23

34
import bridge.django_auth

benchmarking/bridge/auth_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyre-unsafe
12
from __future__ import absolute_import, division, print_function, unicode_literals
23

34
auth_handles = {}

benchmarking/bridge/db.py

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

3+
# pyre-unsafe
4+
35
##############################################################################
46
# Copyright 2017-present, Facebook, Inc.
57
# All rights reserved.

benchmarking/bridge/django_auth.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyre-unsafe
12
from __future__ import absolute_import, division, print_function, unicode_literals
23

34
from bridge.auth_base import AuthBase, registerAuth

benchmarking/bridge/file_storage/download_files/file_downloader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# LICENSE file in the root directory of this source tree.
77
##############################################################################
88

9+
# pyre-unsafe
10+
911
download_handles = {}
1012

1113

benchmarking/bridge/file_storage/upload_files/file_uploader.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# LICENSE file in the root directory of this source tree.
77
##############################################################################
88

9+
# pyre-unsafe
10+
911
upload_handles = {}
1012

1113

benchmarking/bridge/file_storages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyre-unsafe
12
from __future__ import absolute_import, division, print_function, unicode_literals
23

34
import bridge.upload_download_files_django

benchmarking/bridge/upload_download_files_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyre-unsafe
12
from __future__ import absolute_import, division, print_function, unicode_literals
23

34
file_handles = {}

benchmarking/bridge/upload_download_files_django.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyre-unsafe
12
from __future__ import absolute_import, division, print_function, unicode_literals
23

34
import os

0 commit comments

Comments
 (0)