Skip to content

Commit

Permalink
MNT #366
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jul 16, 2020
1 parent 661cf54 commit 8c1a4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apstools/beamtime/apsbss.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
import time
import yaml

from .apsbss_ophyd import EpicsBssDevice

#logger = logging.getLogger(__name__).addHandler(logging.NullHandler())
logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -92,6 +90,8 @@ def connect_epics(prefix):
prefix (str):
EPICS PV prefix
"""
from .apsbss_ophyd import EpicsBssDevice

t0 = time.time()
t_timeout = t0 + CONNECT_TIMEOUT
bss = EpicsBssDevice(prefix, name="bss")
Expand Down

0 comments on commit 8c1a4eb

Please sign in to comment.