tools/mpremote: Remove unused import of serial.

This commit is contained in:
Christian Clauss 2023-03-10 06:16:52 +01:00 committed by Damien George
parent 7fa322afb8
commit cda292935d
1 changed files with 1 additions and 1 deletions

View File

@ -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