Remove module level noqa from background detect.

This commit is contained in:
Julian Stirling 2025-04-11 12:32:32 +01:00
parent 4eeff35e2d
commit 1c871749b0

View file

@ -1,5 +1,3 @@
# ruff: noqa: E722
from typing import Mapping, Optional
import cv2
import numpy as np