Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Beteva committed Nov 15, 2023
1 parent 8b92720 commit d90e21a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mxcubecore/HardwareObjects/MachCurrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
AbstractMachineInfo,
)

_copyright__ = """ Copyright © 2010-2023 by the MXCuBE collaboration """
__copyright__ = """ Copyright © 2010-2023 by the MXCuBE collaboration """
__license__ = "LGPLv3+"


class MachCurrent(AbstractMachineInfo):
"""Tango implementation"""

def __init__(self, name):
super().__init__(name)
self.opmsg = ""
Expand Down

0 comments on commit d90e21a

Please sign in to comment.