Get rid of the toggle_category annotation, now deprecated

Since code-annotations==0.7.0, this annotation is not used anymore.
This commit is contained in:
Régis Behmo
2020-09-10 18:17:15 +02:00
parent 0c3bc12582
commit ab0e21455a
18 changed files with 0 additions and 48 deletions

View File

@@ -11,7 +11,6 @@ from openedx.core.djangoapps.waffle_utils import WaffleFlag
# .. toggle_implementation: WaffleFlag
# .. toggle_default: False
# .. toggle_description: Supports staged rollout of a new micro-frontend-based implementation of the order history page.
# .. toggle_category: micro-frontend
# .. toggle_use_cases: incremental_release, open_edx
# .. toggle_creation_date: 2019-04-11
# .. toggle_expiration_date: 2020-12-31
@@ -33,7 +32,6 @@ def should_redirect_to_order_history_microfrontend():
# .. toggle_implementation: WaffleFlag
# .. toggle_default: False
# .. toggle_description: Supports staged rollout of a new micro-frontend-based implementation of the account page.
# .. toggle_category: micro-frontend
# .. toggle_use_cases: incremental_release, open_edx
# .. toggle_creation_date: 2019-04-30
# .. toggle_expiration_date: 2020-12-31