From b3edd27e8dbe1e1bdd9896271f21a62dbda6d5c4 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 29 Nov 2023 12:12:19 +0200 Subject: [PATCH] Remove trailing whitespace (PEP8) --- clearml/binding/hydra_bind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearml/binding/hydra_bind.py b/clearml/binding/hydra_bind.py index 6e58139a..d087b7e0 100644 --- a/clearml/binding/hydra_bind.py +++ b/clearml/binding/hydra_bind.py @@ -131,7 +131,7 @@ class PatchHydra(object): # noinspection PyBroadException try: override = PatchHydra._parse_override(override) - group_exists = hydra_context.config_loader.repository.group_exists(override.key_or_group) + group_exists = hydra_context.config_loader.repository.group_exists(override.key_or_group) return group_exists except Exception: if not PatchHydra._config_group_warning_sent: