Browse Source

tools/mpremote: Remove unused import of serial.

pull/10992/head
Christian Clauss 2 years ago
committed by Damien George
parent
commit
cda292935d
  1. 2
      tools/mpremote/mpremote/pyboardextended.py

2
tools/mpremote/mpremote/pyboardextended.py

@ -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…
Cancel
Save