mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove unused import
This commit is contained in:
parent
e81e6d189e
commit
cf9c643ca0
@ -12,12 +12,7 @@ import platform
|
||||
import numpy as np
|
||||
from PIL import Image
|
||||
|
||||
#import pydfu on Linux
|
||||
if platform.system() == "Linux":
|
||||
import pydfu
|
||||
|
||||
__serial = None
|
||||
|
||||
__FB_HDR_SIZE =12
|
||||
|
||||
# USB Debug commands
|
||||
|
||||
Loading…
Reference in New Issue
Block a user