Skip to content

Commit a17eef6

Browse files
authored
Merge pull request #16 from ArkanDash/formatter/master
chore(format): run black on master
2 parents db04dbe + adf253b commit a17eef6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tabs/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ def lang_tab():
5252
with gr.Column():
5353
selected_language = gr.Dropdown(
5454
label=i18n("Language"),
55-
info=i18n(
56-
"Select the language you want to use. (Requires restarting App)"
57-
),
55+
info=i18n("Select the language you want to use. (Requires restarting App)"),
5856
value=get_language_settings(),
5957
choices=["Language automatically detected in the system"]
6058
+ i18n._get_available_languages(),

0 commit comments

Comments
 (0)