refactor: Apply lint-amnesty on pylint violations
This commit is contained in:
@@ -76,7 +76,7 @@ class ExperimentWaffleFlag(CourseWaffleFlag):
|
||||
self.num_buckets = num_buckets
|
||||
self.experiment_id = experiment_id
|
||||
self.bucket_flags = [
|
||||
CourseWaffleFlag(waffle_namespace, f'{flag_name}.{bucket}', module_name)
|
||||
CourseWaffleFlag(waffle_namespace, f'{flag_name}.{bucket}', module_name) # lint-amnesty, pylint: disable=toggle-missing-annotation
|
||||
for bucket in range(num_buckets)
|
||||
]
|
||||
self.use_course_aware_bucketing = use_course_aware_bucketing
|
||||
|
||||
Reference in New Issue
Block a user