From f630b0e57c48de97a717c2a8e9727b011aecb9f0 Mon Sep 17 00:00:00 2001 From: au70ma70n <168219140+au70ma70n@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:06:28 -0500 Subject: [PATCH] Update garak/configurable.py I find additional documentation to rarely be a bad thing, however if you disagree then we can remove it Co-authored-by: Jeffrey Martin Signed-off-by: au70ma70n <168219140+au70ma70n@users.noreply.github.com> --- garak/configurable.py | 1 - 1 file changed, 1 deletion(-) diff --git a/garak/configurable.py b/garak/configurable.py index 14532c8ff..efb9f5668 100644 --- a/garak/configurable.py +++ b/garak/configurable.py @@ -58,7 +58,6 @@ def _load_config(self, config_root=_config): if not hasattr(self, "key_env_var"): self.key_env_var = self.ENV_VAR self._validate_env_var() - # mark as configured, do not change as this is a one-time operation that should not be called again self._instance_configured = True def _apply_config(self, config):