From cda292935dca9df25019168d91b211ad68e2b054 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 10 Mar 2023 06:16:52 +0100 Subject: [PATCH] tools/mpremote: Remove unused import of serial. --- tools/mpremote/mpremote/pyboardextended.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mpremote/mpremote/pyboardextended.py b/tools/mpremote/mpremote/pyboardextended.py index dba8172b84..6bad94a561 100644 --- a/tools/mpremote/mpremote/pyboardextended.py +++ b/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