Skip to content

Commit 2951f12

Browse files
committed
clean up imports
1 parent 4feb828 commit 2951f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/image/classify-image.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env python
22

3-
import device_patches # Device specific patches for Jetson Nano (needs to be before importing cv2)
3+
import device_patches # Device specific patches for Jetson Nano (needs to be before importing cv2) # noqa: F401
44

55
import cv2
66
import os
7-
import sys, getopt
8-
import numpy as np
7+
import sys
8+
import getopt
99
from edge_impulse_linux.image import ImageImpulseRunner
1010

1111
runner = None

0 commit comments

Comments
 (0)