From 99595dfbb2e61b72158d4c22f05912d83244f25f Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Thu, 25 Nov 2021 13:15:55 -0300 Subject: [PATCH] [web.environment] refactoring: removing useless docstring --- bauh/gems/web/environment.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bauh/gems/web/environment.py b/bauh/gems/web/environment.py index 32686ff2..c5fc58b0 100644 --- a/bauh/gems/web/environment.py +++ b/bauh/gems/web/environment.py @@ -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)