[web.environment] refactoring: removing useless docstring

This commit is contained in:
Vinicius Moreira
2021-11-25 13:15:55 -03:00
parent 8a17d2c35b
commit 99595dfbb2

View File

@@ -461,11 +461,7 @@ class EnvironmentUpdater:
def check_environment(self, env: dict, local_config: dict, app: WebApplication,
is_x86_x64_arch: bool, widevine: bool) -> List[EnvironmentComponent]:
"""
:param app:
:param is_x86_x64_arch:
:return: the environment settings
"""
components, check_threads = [], []
system_env = local_config['environment'].get('system', False)