Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yatesdr authored Oct 23, 2024
1 parent a7550ea commit f3ea941
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/frontend_translations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def check_language_code(language_code):
replacement_strings[language_code] = tr_module.replacement_strings



def get_translation(language_code):
# get list of translations per language
if not check_language_code(language_code):
Expand Down

0 comments on commit f3ea941

Please sign in to comment.