1
0
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:
A_D 2021-01-05 17:41:38 +02:00 committed by Athanasius
parent 2ff06c15ab
commit 965493ffed

View File

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