forked from mirrors/bookwyrm
linter linter go away
This commit is contained in:
parent
00e6d0524f
commit
ebf20de10e
1 changed files with 1 additions and 1 deletions
|
@ -223,4 +223,4 @@ def comparison_bool(str1, str2):
|
|||
def get_lang():
|
||||
""" get current language, strip to the first two letters """
|
||||
language = utils.translation.get_language()
|
||||
return language[0:language.find('-')]
|
||||
return language[0 : language.find('-')]
|
||||
|
|
Loading…
Reference in a new issue