Skip to content

Commit 9746243

Browse files
authored
Merge pull request realpython#890 from subramani95/patch-1
Minor change to OpenCV example code
2 parents c88ed62 + 43679ef commit 9746243

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/scenarios/imaging.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ Example
8989

9090
.. code-block:: python
9191
92-
from cv2 import *
93-
import numpy as np
92+
import cv2
9493
#Read Image
9594
img = cv2.imread('testimg.jpg')
9695
#Display Image

0 commit comments

Comments
 (0)