1
0
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:
A_D 2022-01-25 18:54:42 +02:00
parent 046c07e89c
commit cf4c2d18f1
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -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