Skip to content

Commit

Permalink
Merge pull request #319 from BCDA-APS/318-AxisTunerMixin
Browse files Browse the repository at this point in the history
AxisTunerMixin should use more generic parent
  • Loading branch information
prjemian authored Jun 1, 2020
2 parents d417c5a + ff4ca4a commit 9a5c053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ class AxisTunerException(ValueError):
"""Exception during execution of `AxisTunerBase` subclass"""


class AxisTunerMixin(EpicsMotor):
class AxisTunerMixin(DeviceMixinBase):
"""
Mixin class to provide tuning capabilities for an axis
Expand Down

0 comments on commit 9a5c053

Please sign in to comment.