Skip to content

Commit

Permalink
fixes #318
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 1, 2020
1 parent d417c5a commit ff4ca4a
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 ff4ca4a

Please sign in to comment.