Remove deprecated toggle_status annotation

This annotation is deprecated since code-annotations==0.7.0
This commit is contained in:
Régis Behmo
2020-09-10 18:23:27 +02:00
parent d1f9e769d0
commit 98a13d6a7e
23 changed files with 3 additions and 76 deletions

View File

@@ -20,7 +20,6 @@ WAFFLE_FLAG_NAMESPACE = WaffleFlagNamespace(name='learner_profile')
# .. toggle_expiration_date: 2020-12-31
# .. toggle_warnings: Also set settings.PROFILE_MICROFRONTEND_URL and site's ENABLE_PROFILE_MICROFRONTEND.
# .. toggle_tickets: DEPR-17
# .. toggle_status: supported
REDIRECT_TO_PROFILE_MICROFRONTEND = WaffleFlag(WAFFLE_FLAG_NAMESPACE, 'redirect_to_microfrontend', __name__)