Skip to content

Commit

Permalink
changes:
Browse files Browse the repository at this point in the history
- added import for os environ
  • Loading branch information
tanaybhandarkar committed Nov 20, 2024
1 parent 6465c4f commit 10db58a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions socs/agents/starcam_lat/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
import socket
import struct
import time

import txaio
from ocs import ocs_agent, site_config

from ocs import ocs_agent, site_confiig
from ocs.ocs_twisted import TimeoutLock
from os import environ


class StarcamHelper:
Expand Down

0 comments on commit 10db58a

Please sign in to comment.