tiramisu/i18n.py: pep8 compliants
This commit is contained in:
parent
bcfc0cd41b
commit
9ceaa4b235
|
@ -31,4 +31,3 @@ gettext.bind_textdomain_codeset(APP_NAME, "UTF-8")
|
||||||
gettext.translation(APP_NAME, fallback=True)
|
gettext.translation(APP_NAME, fallback=True)
|
||||||
|
|
||||||
_ = gettext.gettext
|
_ = gettext.gettext
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue