mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
silence flake8 N806
This commit is contained in:
parent
046c07e89c
commit
cf4c2d18f1
2
stats.py
2
stats.py
@ -54,7 +54,7 @@ def status(data: Dict[str, Any]) -> List[List[str]]:
|
||||
[_('Loan'), str(data['commander'].get('debt', 0))], # LANG: Cmdr stats
|
||||
]
|
||||
|
||||
_ELITE_RANKS = [
|
||||
_ELITE_RANKS = [ # noqa: N806 # Its a constant, just needs to be updated at runtime
|
||||
_('Elite'), # LANG: Top rank
|
||||
_('Elite I'), # LANG: Top rank +1
|
||||
_('Elite II'), # LANG: Top rank +2
|
||||
|
Loading…
x
Reference in New Issue
Block a user