From 41f0473a28f8a62160ab6be2928e0ca8fe161d11 Mon Sep 17 00:00:00 2001 From: erdogant Date: Mon, 13 Jan 2025 23:11:20 +0100 Subject: [PATCH] update importerror --- findpeaks/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/findpeaks/stats.py b/findpeaks/stats.py index 126396d..2717127 100644 --- a/findpeaks/stats.py +++ b/findpeaks/stats.py @@ -41,7 +41,7 @@ def _import_cv2(): import cv2 return cv2 except: - raise ImportError('cv2 must be installed manually. Try to: ') + raise ImportError('cv2 must be installed manually. Try to: ') # %% Scaling