Skip to content

Commit aff0a48

Browse files
committed
fix linting
1 parent d758699 commit aff0a48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addon/utils/live_mode.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
import serial
77
import websocket
88

9+
from serial.tools import list_ports
10+
911
from ..utils.servo_settings import get_active_pose_bones
1012
from ..utils.converter import calculate_position
11-
from serial.tools import list_ports
1213

1314
class LiveMode:
1415
COMMAND_START = 0x3C

0 commit comments

Comments
 (0)