Skip to content

Commit

Permalink
chore: ignore pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Jul 5, 2024
1 parent e1e51ab commit ba67188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edxval/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ def create_transcripts_xml(video_id, video_el, resource_fs, static_dir):
continue

SubElement(
transcripts_el,
transcripts_el, # pylint: disable=possibly-used-before-assignment
'transcript',
{
'language_code': language_code,
Expand Down

0 comments on commit ba67188

Please sign in to comment.