Skip to content

Commit b8856a6

Browse files
authored
Remove redundant variable in function
The `count` variable is not used in the function's code
1 parent d82bd53 commit b8856a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/en/tutorials/load_data/video.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@
577577
" An NumPy array of frames in the shape of (n_frames, height, width, channels).\n",
578578
" \"\"\"\n",
579579
" # Read each frame by frame\n",
580-
" count = 0\n",
581580
" result = []\n",
582581
" src = cv2.VideoCapture(str(video_path)) \n",
583582
"\n",

0 commit comments

Comments
 (0)