Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Dec 12, 2023
1 parent 2d3816c commit da67885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions usb-bridge/node-client/src/usb-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,11 @@ export function createSerialPortListMonitor(
class SerialPortSocket extends SerialPort {
// added these to squash keepAlive errors
setKeepAlive(): void {}

unref(): SerialPortSocket {
return this
}

setTimeout(): void {}

ref(): SerialPortSocket {
Expand Down
1 change: 0 additions & 1 deletion usb-bridge/ot3usb/serial_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def create_worker_thread(
may be required to allow clients to process data in time, since many desktop
OS serial drivers do not have very large data buffers.
"""

queue: QUEUE_TYPE = Queue(QUEUE_MAX_ITEMS)
thread = threading.Thread(
target=_worker,
Expand Down

0 comments on commit da67885

Please sign in to comment.