diff --git a/opencsp/common/lib/render/PlotAnnotation.py b/opencsp/common/lib/render/PlotAnnotation.py index c47294a0d..33912e44d 100644 --- a/opencsp/common/lib/render/PlotAnnotation.py +++ b/opencsp/common/lib/render/PlotAnnotation.py @@ -5,7 +5,7 @@ """ -from cv2 import cv2 as cv +import cv2 as cv import matplotlib.pyplot as plt import opencsp.common.lib.render_control.RenderControlPointSeq as rcps diff --git a/opencsp/common/lib/render/image_plot.py b/opencsp/common/lib/render/image_plot.py index 311acbdb1..2a4699f2c 100644 --- a/opencsp/common/lib/render/image_plot.py +++ b/opencsp/common/lib/render/image_plot.py @@ -5,7 +5,7 @@ """ -from cv2 import cv2 as cv +import cv2 as cv import matplotlib.pyplot as plt import os