From 054cd37e7d90eef90db74f30daf7ee540fbbea9c Mon Sep 17 00:00:00 2001 From: Evan Harvey Date: Wed, 13 Nov 2024 09:11:06 -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 6ff75f7da..4c5cc6321 100644 --- a/opencsp/common/lib/render/VideoHandler.py +++ b/opencsp/common/lib/render/VideoHandler.py @@ -5,7 +5,7 @@ """ -from cv2.cv2 import cv2 as cv +import cv2 as cv import os import opencsp.common.lib.process.subprocess_tools as subt