From adbd7ab23986b779ab1bfc352fe10cd40b29e44f Mon Sep 17 00:00:00 2001 From: Jasha <8935917+Jasha10@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:35:25 -0600 Subject: [PATCH] restore whitespace --- .../jz_hydra_submitit_launcher_plugin/searchpath_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hydra_plugins/jz_hydra_submitit_launcher_plugin/searchpath_config.py b/hydra_plugins/jz_hydra_submitit_launcher_plugin/searchpath_config.py index cea3102..740568e 100644 --- a/hydra_plugins/jz_hydra_submitit_launcher_plugin/searchpath_config.py +++ b/hydra_plugins/jz_hydra_submitit_launcher_plugin/searchpath_config.py @@ -2,6 +2,7 @@ from hydra.core.config_search_path import ConfigSearchPath from hydra.plugins.search_path_plugin import SearchPathPlugin + class JeanZaySearchPathPlugin(SearchPathPlugin): def manipulate_search_path(self, search_path: ConfigSearchPath) -> None: # Appends the search path for this plugin to the end of the search path