mirror of
https://github.com/home-assistant/core.git
synced 2025-10-16 23:29:30 +00:00
Remove unnnecessary pylint configs from components [m-r]* (#98924)
This commit is contained in:
@@ -188,7 +188,6 @@ class OpenCVImageProcessor(ImageProcessingEntity):
|
||||
cv_image, scaleFactor=scale, minNeighbors=neighbors, minSize=min_size
|
||||
)
|
||||
regions = []
|
||||
# pylint: disable=invalid-name
|
||||
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