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