Skip to content

Commit 77b209b

Browse files
Satish Kumarfacebook-github-bot
authored andcommitted
Cleanup various left-behind template artifacts
Summary: - Remove duplicate `{{common/auto_generated_py}}` - Remove an outdated `DO_BEFORE` - Delete an empty line. Reviewed By: yoney Differential Revision: D68004350 fbshipit-source-id: bdbdb482496215ad3ad9e90c901ee674b6cc0135
1 parent 74f6a38 commit 77b209b

File tree

73 files changed

+1
-392
lines changed

Some content is hidden

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

73 files changed

+1
-392
lines changed

third-party/thrift/src/thrift/compiler/generate/templates/python/thrift_mutable_types.py.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
}}{{!
1818
Generated Python classes for mutable thrift-python types.
1919
}}
20-
2120
{{> types/types }}

third-party/thrift/src/thrift/compiler/generate/templates/python/thrift_mutable_types.pyi.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
}}{{!
1818
Generated Python typestubs for mutable thrift-python types
1919
20-
}}{{> common/auto_generated_py}}
21-
20+
}}
2221
{{> types/types_pyi }}

third-party/thrift/src/thrift/compiler/generate/templates/python/thrift_types.pyi.mustache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@
1616
1717
}}{{!
1818
Generated Python typestubs for Thrift types
19-
20-
DO_BEFORE(aristidis,20240820): Add _to_mutable_python() interface.
2119
}}
2220
{{> types/types_pyi }}

third-party/thrift/src/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#
32
# Autogenerated by Thrift
43
#

third-party/thrift/src/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.pyi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77

88
from __future__ import annotations
99

10-
11-
#
12-
# Autogenerated by Thrift
13-
#
14-
# DO NOT EDIT
15-
# @generated
16-
#
17-
18-
from __future__ import annotations
19-
2010
import typing as _typing
2111

2212
import folly.iobuf as _fbthrift_iobuf

third-party/thrift/src/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#
32
# Autogenerated by Thrift
43
#

third-party/thrift/src/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.pyi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77

88
from __future__ import annotations
99

10-
11-
#
12-
# Autogenerated by Thrift
13-
#
14-
# DO NOT EDIT
15-
# @generated
16-
#
17-
18-
from __future__ import annotations
19-
2010
import typing as _typing
2111

2212
import folly.iobuf as _fbthrift_iobuf

third-party/thrift/src/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#
32
# Autogenerated by Thrift
43
#

third-party/thrift/src/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.pyi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@
77

88
from __future__ import annotations
99

10-
11-
#
12-
# Autogenerated by Thrift
13-
#
14-
# DO NOT EDIT
15-
# @generated
16-
#
17-
18-
from __future__ import annotations
19-
2010
import typing as _typing
2111

2212
import enum

third-party/thrift/src/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
#
32
# Autogenerated by Thrift
43
#

0 commit comments

Comments
 (0)