From cf4c2d18f1a9c094f216a8231770933a5eebaf2b Mon Sep 17 00:00:00 2001 From: A_D Date: Tue, 25 Jan 2022 18:54:42 +0200 Subject: [PATCH] silence flake8 N806 --- stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.py b/stats.py index 5a7d4641..6a8de02f 100644 --- a/stats.py +++ b/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