Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 21, 2018
1 parent b3e1fea commit ef8fc43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion APS_BlueSky_tools/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ class ApsUndulator(Device):
USAGE: ``undulator = ApsUndulator("ID09ds:", name="undulator")``
"""
# TODO: add to APS_BlueSky_tools
energy = Component(EpicsSignal, "Energy", write_pv="EnergySet")
energy_taper = Component(EpicsSignal, "TaperEnergy", write_pv="TaperEnergySet")
gap = Component(EpicsSignal, "Gap", write_pv="GapSet")
Expand Down

0 comments on commit ef8fc43

Please sign in to comment.