Skip to content

Commit 7e71acd

Browse files
committed
Update mserial.py
1 parent 38a979f commit 7e71acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uc2rest/mserial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import serial
2-
from serial.tools import list_ports
32
import json
43
import queue
54
import threading
65
import time
76
import sys
87
try:
8+
from serial.tools import list_ports
99
from serial.serialutil import SerialException
1010
IS_SERIAL = True
1111
except ImportError:

0 commit comments

Comments
 (0)