1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-29 06:39:32 +03:00

Flake8 the third

This commit is contained in:
Phoebe 2024-02-19 23:42:39 +01:00
parent e322dedba7
commit 57a1f1cdd9

View File

@ -179,7 +179,7 @@ def prefs_changed(cmdr: str | None, is_beta: bool) -> None:
'auto': _('Auto'), # LANG: 'Auto' label for Coriolis site override selection
'normal': _('Normal'), # LANG: 'Normal' label for Coriolis site override selection
'beta': _('Beta') # LANG: 'Beta' label for Coriolis site override selection
# LANG: 'Auto' label for Coriolis site override selection
# LANG: 'Auto' label for Coriolis site override selection
}.get(coriolis_config.override_mode, _('Auto'))
)