Skip to content

Commit

Permalink
Update garak/configurable.py
Browse files Browse the repository at this point in the history
I find additional documentation to rarely be a bad thing, however if you disagree then we can remove it

Co-authored-by: Jeffrey Martin <jmartin@Op3n4M3.dev>
Signed-off-by: au70ma70n <168219140+au70ma70n@users.noreply.github.com>
  • Loading branch information
au70ma70n and jmartin-tech authored Sep 5, 2024
1 parent dab5e13 commit f630b0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion garak/configurable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f630b0e

Please sign in to comment.