Skip to content

Commit

Permalink
style: fix the trailing space problem reported by pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMakerLi committed Dec 18, 2024
1 parent e70acd8 commit ce4f23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_home/miot/miot_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def unit_convert(self, spec_unit: str) -> Optional[str]:
'kB': UnitOfInformation.KILOBYTES,
}

# Handle UnitOfConductivity separately since
# Handle UnitOfConductivity separately since
# it might not be available in all HA versions
try:
# pylint: disable=import-outside-toplevel
Expand Down

0 comments on commit ce4f23b

Please sign in to comment.