Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent 3e91818 commit ab834c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legend_data_monitor/slow_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def get_sc_param(self):
if "vmon" in self.parameter:
unit = "V"
elif "imon" in self.parameter:
unit = "\u03BCA"
unit = "\u03bcA"
else:
unit = None

Expand Down

0 comments on commit ab834c6

Please sign in to comment.