refactor: autofix issues in 1 file

Resolved issues in wyzely_detect/utils/utils.py with DeepSource Autofix
This commit is contained in:
deepsource-autofix[bot] 2024-02-16 19:13:48 +00:00 committed by GitHub
parent 4285be54b7
commit 835e19ed18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -40,10 +40,7 @@ def process_footage(
detect_object: list = None, detect_object: list = None,
object_confidence_threshold=None, object_confidence_threshold=None,
) -> np.ndarray: ) -> np.ndarray:
""" """Takes in a frame and processes it"""
Takes in a frame and processes it
"""
global objects_and_peoples global objects_and_peoples
# Resize frame of video to a smaller size for faster recognition processing # Resize frame of video to a smaller size for faster recognition processing