mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +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
|
return images
|
||||||
|
|
||||||
|
|
||||||
def yield_images(path: str) -> Generator[str]:
|
def yield_images(path: str) -> Generator[str, None, None]:
|
||||||
"""
|
"""
|
||||||
Yield images in a given path
|
Yield images in a given path
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user