Update codes following the comments of @sourcery-ai.

Signed-off-by: Vic P <vic4key@gmail.com>
This commit is contained in:
Vic P
2024-08-21 02:14:37 +07:00
parent 7313a332c8
commit 6d28a52869
3 changed files with 3 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ def select_output_path(start: Callable[[], None]) -> None:
def check_and_ignore_nsfw(target, destroy: Callable = None) -> bool:
''' Check the target is NSFW or not.
''' Check if the target is NSFW.
TODO: Consider to make blur the target.
'''
from numpy import ndarray