Skip to content

Commit

Permalink
write small dockstring for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrab-Shahbazi committed Jan 4, 2025
1 parent 5af32fa commit 15a4f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion deepface/DeepFace.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,8 @@ def stream(
anti_spoofing (boolean): Flag to enable anti spoofing (default is False).
output_path (str): Path to save the output video. If None, no video is saved (default is None).
output_path (str): Path to save the output video. (default is None
If None, no video is saved).
Returns:
None
Expand Down
4 changes: 2 additions & 2 deletions deepface/modules/streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def analysis(
anti_spoofing (boolean): Flag to enable anti spoofing (default is False).
output_path (str): Path to save the output video. If None, no video is saved (default is None).
output_path (str): Path to save the output video. (default is None
If None, no video is saved).
Returns:
None
"""
Expand Down

0 comments on commit 15a4f46

Please sign in to comment.