Skip to content

Commit

Permalink
Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Nov 4, 2024
1 parent d352f99 commit 2b9591e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions esbmc_ai/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,8 @@ class Config:
default_value=None,
validate=lambda v: default_scenario in v
and all(
[
_validate_prompt_template(prompt_template)
for prompt_template in v.values()
]
_validate_prompt_template(prompt_template)
for prompt_template in v.values()
),
on_read=lambda config_file: {
scenario: {
Expand Down

0 comments on commit 2b9591e

Please sign in to comment.