Skip to content

Commit

Permalink
reformat: reformat instrument_detail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kunfang98927 committed Jul 16, 2024
1 parent 3a912eb commit fb87e37
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def get_context_data(self, **kwargs):
"language_id": instrument_name.language.wikidata_id,
"language_en_label": instrument_name.language.en_label,
"language_autonym": instrument_name.language.autonym,
})
}
)
context["instrument_names"] = instrument_names

return context

0 comments on commit fb87e37

Please sign in to comment.