Skip to content

Commit

Permalink
Fix cv2 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Dec 11, 2024
1 parent 05f0a8a commit a8796fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opencsp/common/lib/render/PlotAnnotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion opencsp/common/lib/render/image_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

from cv2 import cv2 as cv
import cv2 as cv
import matplotlib.pyplot as plt
import os

Expand Down

0 comments on commit a8796fe

Please sign in to comment.