refactor: apply lint-amnesty to pylint violations

This commit is contained in:
Usama Sadiq
2021-04-21 10:27:29 +05:00
parent a2adfcaf36
commit 588f11b100
16 changed files with 33 additions and 31 deletions

View File

@@ -12,4 +12,4 @@ from edx_toggles.toggles import WaffleFlag
# .. toggle_creation_date: 2021-03-01
# .. toggle_target_removal_date: None
# .. toggle_tickets: AA-461
EXPORT_COURSE_METADATA_FLAG = WaffleFlag('cms.export_course_metadata', __name__)
EXPORT_COURSE_METADATA_FLAG = WaffleFlag('cms.export_course_metadata', __name__) # lint-amnesty, pylint: disable=toggle-missing-annotation