فهرست منبع

DejaVu black reformatting.

black must be fighting against some other reformatter here.
Jason Rumney 3 سال پیش
والد
کامیت
2b910e4741
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      custom_components/tuya_local/helpers/device_config.py

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

@@ -306,7 +306,7 @@ class TuyaDpsConfig:
                     max = range.get("max")
                 else:
                     min = 0
-                    max = 256 ** bytes - 1
+                    max = 256**bytes - 1
 
                 unpack_fmt = unpack_fmt + _bytesToFmt(bytes, min < 0)
                 ranges.append({"min": min, "max": max})