diff --git a/thrift/compiler/generate/templates/python/thrift_mutable_types.py.mustache b/thrift/compiler/generate/templates/python/thrift_mutable_types.py.mustache index 4dcacaf62ff..430750821a6 100644 --- a/thrift/compiler/generate/templates/python/thrift_mutable_types.py.mustache +++ b/thrift/compiler/generate/templates/python/thrift_mutable_types.py.mustache @@ -17,5 +17,4 @@ }}{{! Generated Python classes for mutable thrift-python types. }} - {{> types/types }} diff --git a/thrift/compiler/generate/templates/python/thrift_mutable_types.pyi.mustache b/thrift/compiler/generate/templates/python/thrift_mutable_types.pyi.mustache index f7d11f3e402..e5f15c6cdfb 100644 --- a/thrift/compiler/generate/templates/python/thrift_mutable_types.pyi.mustache +++ b/thrift/compiler/generate/templates/python/thrift_mutable_types.pyi.mustache @@ -17,6 +17,5 @@ }}{{! Generated Python typestubs for mutable thrift-python types -}}{{> common/auto_generated_py}} - +}} {{> types/types_pyi }} diff --git a/thrift/compiler/generate/templates/python/thrift_types.pyi.mustache b/thrift/compiler/generate/templates/python/thrift_types.pyi.mustache index fbf42250c54..b91a08c561c 100644 --- a/thrift/compiler/generate/templates/python/thrift_types.pyi.mustache +++ b/thrift/compiler/generate/templates/python/thrift_types.pyi.mustache @@ -16,7 +16,5 @@ }}{{! Generated Python typestubs for Thrift types - -DO_BEFORE(aristidis,20240820): Add _to_mutable_python() interface. }} {{> types/types_pyi }} diff --git a/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.py b/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.py index a611a0dd183..d87df878eea 100644 --- a/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.pyi index 600496d49f2..c63a1237185 100644 --- a/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/adapter/out/python_a/gen-python/a/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.py b/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.py index 00c9dd9d0df..36cd3f50a36 100644 --- a/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.pyi index 63244ff554c..49d575fabb4 100644 --- a/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/adapter/out/python_with_containers/gen-python/with_containers/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.py index 6596a590312..6b7c74ec2a0 100644 --- a/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.pyi index 85e1d77cbee..057a8ae3165 100644 --- a/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/basic/out/python/gen-python/test/fixtures/basic/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import enum diff --git a/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.py b/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.py index 47166166dda..dd3b0f2f54e 100644 --- a/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.pyi index cc5e49e1754..8254f0d3201 100644 --- a/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/basic/out/python_service/gen-python/meta/example/thrift/service/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_mutable_types.py index 60bfa911c5d..ab1b371b4ce 100644 --- a/thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_mutable_types.pyi index d5713a0d717..ba8388f6e2c 100644 --- a/thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/complex-struct/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import enum diff --git a/thrift/compiler/test/fixtures/complex-union/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/complex-union/out/python/gen-python/module/thrift_mutable_types.py index e5a1f5b2707..4f0e137a7bd 100644 --- a/thrift/compiler/test/fixtures/complex-union/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/complex-union/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/complex-union/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/complex-union/out/python/gen-python/module/thrift_mutable_types.pyi index cd9ab6ca7a4..9247786421a 100644 --- a/thrift/compiler/test/fixtures/complex-union/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/complex-union/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import enum diff --git a/thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_mutable_types.py index c5f7a321954..486aa46ed85 100644 --- a/thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_mutable_types.pyi index 908eaebc70d..541dfd1d2cc 100644 --- a/thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/constants/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import enum diff --git a/thrift/compiler/test/fixtures/enums/out/python/gen-python/test/fixtures/enums/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/enums/out/python/gen-python/test/fixtures/enums/module/thrift_mutable_types.py index 634c3894c3e..e5256fb489a 100644 --- a/thrift/compiler/test/fixtures/enums/out/python/gen-python/test/fixtures/enums/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/enums/out/python/gen-python/test/fixtures/enums/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/enums/out/python/gen-python/test/fixtures/enums/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/enums/out/python/gen-python/test/fixtures/enums/module/thrift_mutable_types.pyi index a42c39bb33a..72a846aa93a 100644 --- a/thrift/compiler/test/fixtures/enums/out/python/gen-python/test/fixtures/enums/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/enums/out/python/gen-python/test/fixtures/enums/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_mutable_types.py index a7b03d20b02..e9a1f2fdb99 100644 --- a/thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_mutable_types.pyi index ce9ee30bf6c..ff29db63c01 100644 --- a/thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/exceptions/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/includes/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/includes/out/python/gen-python/module/thrift_mutable_types.py index b6e10adce6e..a3866ebc18b 100644 --- a/thrift/compiler/test/fixtures/includes/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/includes/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/includes/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/includes/out/python/gen-python/module/thrift_mutable_types.pyi index 1a4d9cb6093..85204a9e711 100644 --- a/thrift/compiler/test/fixtures/includes/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/includes/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/includes/out/python_includes/gen-python/includes/thrift_mutable_types.py b/thrift/compiler/test/fixtures/includes/out/python_includes/gen-python/includes/thrift_mutable_types.py index b1c15c6f3dc..2b04e16ade7 100644 --- a/thrift/compiler/test/fixtures/includes/out/python_includes/gen-python/includes/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/includes/out/python_includes/gen-python/includes/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/includes/out/python_includes/gen-python/includes/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/includes/out/python_includes/gen-python/includes/thrift_mutable_types.pyi index 45b0159a9ee..3c51f2fb252 100644 --- a/thrift/compiler/test/fixtures/includes/out/python_includes/gen-python/includes/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/includes/out/python_includes/gen-python/includes/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/includes/out/python_service/gen-python/service/thrift_mutable_types.py b/thrift/compiler/test/fixtures/includes/out/python_service/gen-python/service/thrift_mutable_types.py index 52ea7d55b64..02a47a2f4e1 100644 --- a/thrift/compiler/test/fixtures/includes/out/python_service/gen-python/service/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/includes/out/python_service/gen-python/service/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/includes/out/python_service/gen-python/service/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/includes/out/python_service/gen-python/service/thrift_mutable_types.pyi index 8e3342efab8..a9b52c0880f 100644 --- a/thrift/compiler/test/fixtures/includes/out/python_service/gen-python/service/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/includes/out/python_service/gen-python/service/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/includes/out/python_transitive/gen-python/transitive/thrift_mutable_types.py b/thrift/compiler/test/fixtures/includes/out/python_transitive/gen-python/transitive/thrift_mutable_types.py index a3c1b8268f5..30ca1ddb2d3 100644 --- a/thrift/compiler/test/fixtures/includes/out/python_transitive/gen-python/transitive/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/includes/out/python_transitive/gen-python/transitive/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/includes/out/python_transitive/gen-python/transitive/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/includes/out/python_transitive/gen-python/transitive/thrift_mutable_types.pyi index 7e6413e3d64..75111727d50 100644 --- a/thrift/compiler/test/fixtures/includes/out/python_transitive/gen-python/transitive/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/includes/out/python_transitive/gen-python/transitive/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_mutable_types.py index 0b900b327a3..1fc62c2ca81 100644 --- a/thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_mutable_types.pyi index 614aa837910..658ee0131f5 100644 --- a/thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/inject_metadata_fields/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_mutable_types.py b/thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_mutable_types.py index 0e0073d8c61..c38c8c55fe0 100644 --- a/thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_mutable_types.pyi index 4d282dbdb11..b8783c75454 100644 --- a/thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/inject_metadata_fields/out/python_foo/gen-python/foo/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/int_limits/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/int_limits/out/python/gen-python/module/thrift_mutable_types.py index ba4cabfbc7b..9643d7b46ac 100644 --- a/thrift/compiler/test/fixtures/int_limits/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/int_limits/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/int_limits/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/int_limits/out/python/gen-python/module/thrift_mutable_types.pyi index b37c339e80b..a52f179bf93 100644 --- a/thrift/compiler/test/fixtures/int_limits/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/int_limits/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/interactions/out/python/gen-python/test/fixtures/interactions/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/interactions/out/python/gen-python/test/fixtures/interactions/module/thrift_mutable_types.py index 83cb5339769..455900663cf 100644 --- a/thrift/compiler/test/fixtures/interactions/out/python/gen-python/test/fixtures/interactions/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/interactions/out/python/gen-python/test/fixtures/interactions/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/interactions/out/python/gen-python/test/fixtures/interactions/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/interactions/out/python/gen-python/test/fixtures/interactions/module/thrift_mutable_types.pyi index d0210efccbf..4b162318d41 100644 --- a/thrift/compiler/test/fixtures/interactions/out/python/gen-python/test/fixtures/interactions/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/interactions/out/python/gen-python/test/fixtures/interactions/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_mutable_types.py index 6e8a40b0488..cf8054b675d 100644 --- a/thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_mutable_types.pyi index d17b8e0fc30..f8235b2da0c 100644 --- a/thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/mixin/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/namespace/out/python/gen-python/my/namespacing/test/module/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/namespace/out/python/gen-python/my/namespacing/test/module/module/thrift_mutable_types.py index 2c523a5a8d3..214f688b28a 100644 --- a/thrift/compiler/test/fixtures/namespace/out/python/gen-python/my/namespacing/test/module/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/namespace/out/python/gen-python/my/namespacing/test/module/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/namespace/out/python/gen-python/my/namespacing/test/module/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/namespace/out/python/gen-python/my/namespacing/test/module/module/thrift_mutable_types.pyi index 7d2ca8da9f0..f2765913d97 100644 --- a/thrift/compiler/test/fixtures/namespace/out/python/gen-python/my/namespacing/test/module/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/namespace/out/python/gen-python/my/namespacing/test/module/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/namespace/out/python_emptyns/gen-python/emptyns/thrift_mutable_types.py b/thrift/compiler/test/fixtures/namespace/out/python_emptyns/gen-python/emptyns/thrift_mutable_types.py index ddec1d92efb..266b4e539a9 100644 --- a/thrift/compiler/test/fixtures/namespace/out/python_emptyns/gen-python/emptyns/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/namespace/out/python_emptyns/gen-python/emptyns/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/namespace/out/python_emptyns/gen-python/emptyns/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/namespace/out/python_emptyns/gen-python/emptyns/thrift_mutable_types.pyi index c9979e3b9c3..1658837dbe1 100644 --- a/thrift/compiler/test/fixtures/namespace/out/python_emptyns/gen-python/emptyns/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/namespace/out/python_emptyns/gen-python/emptyns/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/namespace/out/python_extend/gen-python/my/namespacing/extend/test/extend/thrift_mutable_types.py b/thrift/compiler/test/fixtures/namespace/out/python_extend/gen-python/my/namespacing/extend/test/extend/thrift_mutable_types.py index aec0d3c923f..5544ec1f28a 100644 --- a/thrift/compiler/test/fixtures/namespace/out/python_extend/gen-python/my/namespacing/extend/test/extend/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/namespace/out/python_extend/gen-python/my/namespacing/extend/test/extend/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/namespace/out/python_extend/gen-python/my/namespacing/extend/test/extend/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/namespace/out/python_extend/gen-python/my/namespacing/extend/test/extend/thrift_mutable_types.pyi index ef5efbab91d..c8f2c88ad99 100644 --- a/thrift/compiler/test/fixtures/namespace/out/python_extend/gen-python/my/namespacing/extend/test/extend/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/namespace/out/python_extend/gen-python/my/namespacing/extend/test/extend/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/namespace/out/python_hsmodule/gen-python/my/namespacing/test/hsmodule/thrift_mutable_types.py b/thrift/compiler/test/fixtures/namespace/out/python_hsmodule/gen-python/my/namespacing/test/hsmodule/thrift_mutable_types.py index 576dad31585..722742180b0 100644 --- a/thrift/compiler/test/fixtures/namespace/out/python_hsmodule/gen-python/my/namespacing/test/hsmodule/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/namespace/out/python_hsmodule/gen-python/my/namespacing/test/hsmodule/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/namespace/out/python_hsmodule/gen-python/my/namespacing/test/hsmodule/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/namespace/out/python_hsmodule/gen-python/my/namespacing/test/hsmodule/thrift_mutable_types.pyi index 9169628cf94..77ab96a09a4 100644 --- a/thrift/compiler/test/fixtures/namespace/out/python_hsmodule/gen-python/my/namespacing/test/hsmodule/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/namespace/out/python_hsmodule/gen-python/my/namespacing/test/hsmodule/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/namespace_from_package/out/python/gen-python/test/namespace_from_package/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/namespace_from_package/out/python/gen-python/test/namespace_from_package/module/thrift_mutable_types.py index 0276f246655..a93b2a6a205 100644 --- a/thrift/compiler/test/fixtures/namespace_from_package/out/python/gen-python/test/namespace_from_package/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/namespace_from_package/out/python/gen-python/test/namespace_from_package/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/namespace_from_package/out/python/gen-python/test/namespace_from_package/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/namespace_from_package/out/python/gen-python/test/namespace_from_package/module/thrift_mutable_types.pyi index b6e822a42f4..dedf6dd713a 100644 --- a/thrift/compiler/test/fixtures/namespace_from_package/out/python/gen-python/test/namespace_from_package/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/namespace_from_package/out/python/gen-python/test/namespace_from_package/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/python/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/python/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.py index 3993f75c7d6..8ef8f910cb3 100644 --- a/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/python/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/python/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/python/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/python/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.pyi index 95c2d0bfc99..fdf49f975bf 100644 --- a/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/python/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/python/gen-python/test/namespace_from_package_without_module_name/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_mutable_types.py index ef59b7be36a..9f6d046aa8b 100644 --- a/thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_mutable_types.pyi index e41cdfdf535..b0a9fd06a96 100644 --- a/thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/py3/out/python/gen-python/module/thrift_mutable_types.pyi @@ -9,18 +9,6 @@ from __future__ import annotations import __static__ - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - -import __static__ - import typing as _typing import enum diff --git a/thrift/compiler/test/fixtures/py3/out/python_empty/gen-python/empty/thrift_mutable_types.py b/thrift/compiler/test/fixtures/py3/out/python_empty/gen-python/empty/thrift_mutable_types.py index 5a409d0e96c..dc2c63de2aa 100644 --- a/thrift/compiler/test/fixtures/py3/out/python_empty/gen-python/empty/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/py3/out/python_empty/gen-python/empty/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/py3/out/python_empty/gen-python/empty/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/py3/out/python_empty/gen-python/empty/thrift_mutable_types.pyi index 78940df3121..177df7855bf 100644 --- a/thrift/compiler/test/fixtures/py3/out/python_empty/gen-python/empty/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/py3/out/python_empty/gen-python/empty/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.py index 8b9e0f68b84..6dd00cb3ec0 100644 --- a/thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.pyi index e42450c40cc..1e22b180187 100644 --- a/thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/python_capi/out/python/gen-python/test/fixtures/python_capi/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import enum diff --git a/thrift/compiler/test/fixtures/python_capi/out/python_containers/gen-python/test/fixtures/python_capi/containers/thrift_mutable_types.py b/thrift/compiler/test/fixtures/python_capi/out/python_containers/gen-python/test/fixtures/python_capi/containers/thrift_mutable_types.py index 6519fdcb9d4..21936d267d8 100644 --- a/thrift/compiler/test/fixtures/python_capi/out/python_containers/gen-python/test/fixtures/python_capi/containers/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/python_capi/out/python_containers/gen-python/test/fixtures/python_capi/containers/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/python_capi/out/python_containers/gen-python/test/fixtures/python_capi/containers/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/python_capi/out/python_containers/gen-python/test/fixtures/python_capi/containers/thrift_mutable_types.pyi index f5ce049fe4f..f6bdb0d338d 100644 --- a/thrift/compiler/test/fixtures/python_capi/out/python_containers/gen-python/test/fixtures/python_capi/containers/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/python_capi/out/python_containers/gen-python/test/fixtures/python_capi/containers/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_mutable_types.py b/thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_mutable_types.py index b0ec2e9a03c..b24b547f3fc 100644 --- a/thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_mutable_types.pyi index 0a38ad2f674..29d9494f8ac 100644 --- a/thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/python_capi/out/python_serialized_dep/gen-python/test/fixtures/python_capi/serialized_dep/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import enum diff --git a/thrift/compiler/test/fixtures/service-schema/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/service-schema/out/python/gen-python/module/thrift_mutable_types.py index 263f98bca63..61feabe972c 100644 --- a/thrift/compiler/test/fixtures/service-schema/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/service-schema/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/service-schema/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/service-schema/out/python/gen-python/module/thrift_mutable_types.pyi index 72cc13056fa..bd654dafc7c 100644 --- a/thrift/compiler/test/fixtures/service-schema/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/service-schema/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/stream/out/python/gen-python/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/stream/out/python/gen-python/module/thrift_mutable_types.py index 91b87894a62..d1475a82277 100644 --- a/thrift/compiler/test/fixtures/stream/out/python/gen-python/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/stream/out/python/gen-python/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/stream/out/python/gen-python/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/stream/out/python/gen-python/module/thrift_mutable_types.pyi index 423470f71d3..f3583ce837b 100644 --- a/thrift/compiler/test/fixtures/stream/out/python/gen-python/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/stream/out/python/gen-python/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/transitive-deps/out/python_b/gen-python/b/thrift_mutable_types.py b/thrift/compiler/test/fixtures/transitive-deps/out/python_b/gen-python/b/thrift_mutable_types.py index bc916348e85..83c882971bb 100644 --- a/thrift/compiler/test/fixtures/transitive-deps/out/python_b/gen-python/b/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/transitive-deps/out/python_b/gen-python/b/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/transitive-deps/out/python_b/gen-python/b/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/transitive-deps/out/python_b/gen-python/b/thrift_mutable_types.pyi index 90f432db89e..9782118228f 100644 --- a/thrift/compiler/test/fixtures/transitive-deps/out/python_b/gen-python/b/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/transitive-deps/out/python_b/gen-python/b/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/transitive-deps/out/python_c/gen-python/c/thrift_mutable_types.py b/thrift/compiler/test/fixtures/transitive-deps/out/python_c/gen-python/c/thrift_mutable_types.py index cfb11f05512..4eecdb2fc87 100644 --- a/thrift/compiler/test/fixtures/transitive-deps/out/python_c/gen-python/c/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/transitive-deps/out/python_c/gen-python/c/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/transitive-deps/out/python_c/gen-python/c/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/transitive-deps/out/python_c/gen-python/c/thrift_mutable_types.pyi index 333de893d5e..29113417169 100644 --- a/thrift/compiler/test/fixtures/transitive-deps/out/python_c/gen-python/c/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/transitive-deps/out/python_c/gen-python/c/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/transitive-deps/out/python_s/gen-python/s/thrift_mutable_types.py b/thrift/compiler/test/fixtures/transitive-deps/out/python_s/gen-python/s/thrift_mutable_types.py index 690f526ccae..c66bc81e12a 100644 --- a/thrift/compiler/test/fixtures/transitive-deps/out/python_s/gen-python/s/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/transitive-deps/out/python_s/gen-python/s/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/transitive-deps/out/python_s/gen-python/s/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/transitive-deps/out/python_s/gen-python/s/thrift_mutable_types.pyi index 21fafe8baa0..5d3155f964a 100644 --- a/thrift/compiler/test/fixtures/transitive-deps/out/python_s/gen-python/s/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/transitive-deps/out/python_s/gen-python/s/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf diff --git a/thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.py b/thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.py index 48a749af620..be8692587fa 100644 --- a/thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.py +++ b/thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.py @@ -1,4 +1,3 @@ - # # Autogenerated by Thrift # diff --git a/thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.pyi b/thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.pyi index 4ff375e2f46..58f8a6c1cee 100644 --- a/thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.pyi +++ b/thrift/compiler/test/fixtures/types/out/python/gen-python/apache/thrift/fixtures/types/module/thrift_mutable_types.pyi @@ -7,16 +7,6 @@ from __future__ import annotations - -# -# Autogenerated by Thrift -# -# DO NOT EDIT -# @generated -# - -from __future__ import annotations - import typing as _typing import folly.iobuf as _fbthrift_iobuf