mirror of
https://github.com/serengil/deepface.git
synced 2025-06-05 19:15:23 +00:00
explicitly specified the SendType and ReturnType paramaters for yield_images
This commit is contained in:
parent
9995343e24
commit
2aa8ebfec8
@ -35,7 +35,7 @@ def list_images(path: str) -> List[str]:
|
||||
return images
|
||||
|
||||
|
||||
def yield_images(path: str) -> Generator[str]:
|
||||
def yield_images(path: str) -> Generator[str, None, None]:
|
||||
"""
|
||||
Yield images in a given path
|
||||
Args:
|
||||
|
Loading…
x
Reference in New Issue
Block a user