Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien authored and Aurélien committed Jan 10, 2025
1 parent e7fcf8d commit 098dd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyemodel/evaluation/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ def run(self, cell_model, param_values, sim=None, isolate=None, timeout=None):
logger.debug(
"Skipping protocol %s, using saved value %s",
protocol_name,
self.threshold_data[prot_output_key]
self.threshold_data[prot_output_key],
)
new_responses = {prot_output_key, self.threshold_data[prot_output_key]}
else:
Expand Down

0 comments on commit 098dd56

Please sign in to comment.