From 835e19ed18061328026c3f7ea489b9df577ca8fd Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 19:13:48 +0000 Subject: [PATCH] refactor: autofix issues in 1 file Resolved issues in wyzely_detect/utils/utils.py with DeepSource Autofix --- wyzely_detect/utils/utils.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wyzely_detect/utils/utils.py b/wyzely_detect/utils/utils.py index 000a2c9..4b45577 100644 --- a/wyzely_detect/utils/utils.py +++ b/wyzely_detect/utils/utils.py @@ -40,10 +40,7 @@ def process_footage( detect_object: list = None, object_confidence_threshold=None, ) -> np.ndarray: - """ - Takes in a frame and processes it - """ - + """Takes in a frame and processes it""" global objects_and_peoples # Resize frame of video to a smaller size for faster recognition processing