mirror of
https://github.com/home-assistant/core.git
synced 2025-10-09 19:59:30 +00:00
Update black to 23.1.0 (#87188)
This commit is contained in:
@@ -189,7 +189,7 @@ class OpenCVImageProcessor(ImageProcessingEntity):
|
||||
)
|
||||
regions = []
|
||||
# pylint: disable=invalid-name
|
||||
for (x, y, w, h) in detections:
|
||||
for x, y, w, h in detections:
|
||||
regions.append((int(x), int(y), int(w), int(h)))
|
||||
total_matches += 1
|
||||
|
||||
|
Reference in New Issue
Block a user