From f53e215ee18b968a9678f181e997ab0206b8f220 Mon Sep 17 00:00:00 2001 From: Evan Harvey Date: Wed, 13 Nov 2024 09:07:40 -0700 Subject: [PATCH] Fix CI --- opencsp/common/lib/render/VideoHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencsp/common/lib/render/VideoHandler.py b/opencsp/common/lib/render/VideoHandler.py index acfeab4e3..6ff75f7da 100644 --- a/opencsp/common/lib/render/VideoHandler.py +++ b/opencsp/common/lib/render/VideoHandler.py @@ -5,7 +5,7 @@ """ -from cv2 import cv2 as cv +from cv2.cv2 import cv2 as cv import os import opencsp.common.lib.process.subprocess_tools as subt