Skip to content

Commit

Permalink
MNT #34
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 1, 2019
1 parent 487a954 commit 475b78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions apstools/synApps_ophyd/epid.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
# The full license is in the file LICENSE.txt, distributed with this software.
#-----------------------------------------------------------------------------

from ophyd.device import Device, Component
from ophyd.device import Component
from ophyd import EpicsSignal, EpicsSignalRO
from .common import EpicsRecordDeviceCommonAll
from .common import EpicsRecordFloatFields
from ._common import EpicsRecordDeviceCommonAll
from ._common import EpicsRecordFloatFields


__all__ = ["EpidRecord", ]
Expand Down

0 comments on commit 475b78f

Please sign in to comment.