Skip to content

Commit b395bf4

Browse files
generatedunixname89002005307016meta-codesync[bot]
authored andcommitted
Remove Pyre mode headers
Reviewed By: maggiemoss Differential Revision: D116075363 fbshipit-source-id: a0b6666321fbd9fa4ae05c3a91953aff5f539ded
1 parent 4c279d0 commit b395bf4

30 files changed

Lines changed: 0 additions & 39 deletions
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# pyre-strict

build/fbcode_builder/getdeps/builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# This source code is licensed under the MIT license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
# pyre-strict
87

98
from __future__ import annotations
109

build/fbcode_builder/getdeps/buildopts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-strict
76
from __future__ import annotations
87

98
import argparse

build/fbcode_builder/getdeps/cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-strict
76

87
from __future__ import annotations
98

build/fbcode_builder/getdeps/cargo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# This source code is licensed under the MIT license found in the
55
# LICENSE file in the root directory of this source tree.
66

7-
# pyre-strict
87
from __future__ import annotations
98

109
import os

build/fbcode_builder/getdeps/copytree.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-strict
76

87
from __future__ import annotations
98

build/fbcode_builder/getdeps/dyndeps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-strict
76
from __future__ import annotations
87

98
import errno

build/fbcode_builder/getdeps/envfuncs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-strict
76

87
from __future__ import annotations
98

build/fbcode_builder/getdeps/errors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-strict
7-
86

97
class TransientFailure(Exception):
108
"""Raising this error causes getdeps to return with an error code

build/fbcode_builder/getdeps/expr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
# pyre-strict
76

87
from __future__ import annotations
98

0 commit comments

Comments
 (0)