Skip to content

Commit cda2929

Browse files
cclaussdpgeorge
authored andcommitted
tools/mpremote: Remove unused import of serial.
1 parent 7fa322a commit cda2929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mpremote/mpremote/pyboardextended.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import io, os, re, serial, struct, time
1+
import io, os, re, struct, time
22
from errno import EPERM
33
from .console import VT_ENABLED
44

0 commit comments

Comments
 (0)