Skip to content

Commit

Permalink
Break long line
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 23, 2024
1 parent 4893529 commit 4a5f6e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ctapipe/monitoring/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def __init__(
} - outlier_detector.keys()
if missing_keys:
raise TraitError(
f"Entry '{d}' in the ``outlier_detector_list`` trait is missing required key(s): {', '.join(missing_keys)}"
f"Entry '{d}' in the ``outlier_detector_list`` trait"
f"is missing required key(s): {', '.join(missing_keys)}"
)
self.apply_to_list.append(outlier_detector["apply_to"])
self.outlier_detectors.append(
Expand Down

0 comments on commit 4a5f6e6

Please sign in to comment.