Skip to content

Commit

Permalink
Exporting missing enums classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Oct 19, 2023
1 parent 6b33492 commit c72cca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/observatory/control/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# You should have received a copy of the GNU General Public License

__all__ = ["RotType", "InstrumentFocus"]
__all__ = ["RotType", "InstrumentFocus", "ClosedLoopMode", "DOFName"]

import enum

Expand Down

0 comments on commit c72cca7

Please sign in to comment.