Skip to content

Commit

Permalink
Merge branch 'hwp_pcu_fix' of github.com.ky:simonsobs/socs into hwp_p…
Browse files Browse the repository at this point in the history
…cu_fix
  • Loading branch information
davidvng committed Nov 22, 2024
2 parents aed570d + 7a6eaca commit b22765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socs/agents/hwp_pcu/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import time
from dataclasses import dataclass
from queue import Queue
import serial

import serial
import txaio
from twisted.internet import defer, reactor, threads

Expand Down

0 comments on commit b22765f

Please sign in to comment.