Skip to content

Commit 140d3cf

Browse files
committed
Fix remaining formatting issues
1 parent 9103fa5 commit 140d3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

im2deep/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def predict_and_calibrate(
130130
if not calibration.is_fitted:
131131
if psm_df_reference is None:
132132
raise ValueError(
133-
"Reference PSM list must be provided for calibration fitting when using a custom" \
133+
"Reference PSM list must be provided for calibration fitting when using a custom "
134134
"calibration object."
135135
)
136136
LOGGER.info("Fitting calibration...")

0 commit comments

Comments
 (0)