mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
Silenced flake8 warning
This commit is contained in:
parent
2ff06c15ab
commit
965493ffed
2
l10n.py
2
l10n.py
@ -84,7 +84,7 @@ class _Translations:
|
||||
self.translations = {None: {}}
|
||||
builtins.__dict__['_'] = lambda x: str(x).replace(r'\"', '"').replace('{CR}', '\n')
|
||||
|
||||
def install(self, lang: str = None) -> None:
|
||||
def install(self, lang: str = None) -> None: # noqa: CCR001
|
||||
"""
|
||||
Install the translation function to the _ builtin.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user