style: fix the trailing space problem reported by pylint

main
Guoliang Li 11 months ago
parent e70acd8421
commit ce4f23b1bd

@ -622,7 +622,7 @@ class MIoTDevice:
'kB': UnitOfInformation.KILOBYTES, 'kB': UnitOfInformation.KILOBYTES,
} }
# Handle UnitOfConductivity separately since # Handle UnitOfConductivity separately since
# it might not be available in all HA versions # it might not be available in all HA versions
try: try:
# pylint: disable=import-outside-toplevel # pylint: disable=import-outside-toplevel

Loading…
Cancel
Save