Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
MNT #332 diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 21, 2020
1 parent ff87b4d commit 997fbac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions profile_bluesky/startup/instrument/devices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
"""

from .aps_source import *
from .diagnostics import *
1 change: 0 additions & 1 deletion profile_bluesky/startup/instrument/devices/aps_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
logger.info(__file__)

import apstools.devices

from ..framework import sd

class ApsSpecialMode(apstools.devices.ApsMachineParametersDevice):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
logger.info(__file__)

import apstools.synApps
from ..framework import sd
from ophyd import Component, Device
from ophyd import EpicsSignalRO

Expand Down

0 comments on commit 997fbac

Please sign in to comment.