فهرست منبع

chore: whitespace linting errors

- fix indentation
Jason Rumney 8 ماه پیش
والد
کامیت
1b9540922a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      custom_components/tuya_local/helpers/device_config.py

+ 2 - 2
custom_components/tuya_local/helpers/device_config.py

@@ -484,10 +484,10 @@ class TuyaDpsConfig:
 
             # Insert signed interpretation here
             if self._config.get("mask_signed", False):
-            # Count how many bits are set in the mask
+                # Count how many bits are set in the mask
                 bit_count = mask.bit_count()
                 raw_result = to_signed(raw_result, bit_count)
-    
+
             return self._map_from_dps(raw_result, device)
         else:
             return self._map_from_dps(device.get_property(self.id), device)