tools/mpremote: Remove unused import of serial.
This commit is contained in:
parent
7fa322afb8
commit
cda292935d
|
@ -1,4 +1,4 @@
|
|||
import io, os, re, serial, struct, time
|
||||
import io, os, re, struct, time
|
||||
from errno import EPERM
|
||||
from .console import VT_ENABLED
|
||||
|
||||
|
|
Loading…
Reference in New Issue