Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recursively enable mutable, abstract types for: fbcode//multifeed/ran…
…king/ranking_config:if Summary: While the mutable and abstract type generation for thrift-python types is currently marked as "experimental", we are very close (i.e., few weeks away) to making them generally available and retiring these flags. The ones added here are merely needed to complete the couple of pilot migrations (of multifeed py-deprecated libraries), as final validation prior to launch. They will be removed soon thereafter (cleanup is tracked automatically by DO_BEFORE tasks). Generated by: ``` buck_transform_recursive.par --update-string-list-attribute=thrift_python_options:+experimental_generate_mutable_types --update-string-list-attribute=thrift_python_options:+experimental_generate_abstract_types fbcode//multifeed/ranking/ranking_config:if ``` Reviewed By: yoney Differential Revision: D66771843 fbshipit-source-id: 4d55635a9947a7510407f005a5a2056f04289759
- Loading branch information