1
0
mirror of https://github.com/clearml/clearml synced 2025-04-28 18:22:39 +00:00

Remove trailing whitespace (PEP8)

This commit is contained in:
allegroai 2023-11-29 12:12:19 +02:00
parent 19bfa3cd31
commit b3edd27e8d

View File

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