mirror of
https://github.com/facefusion/facefusion.git
synced 2026-05-13 18:52:05 +02:00
Ban lambda usage
This commit is contained in:
@@ -41,7 +41,7 @@ def run_ffmpeg_with_progress(commands : Commands, update_progress : UpdateProgre
|
||||
return process
|
||||
|
||||
|
||||
def update_progress(progress : tqdm, frame_number : int):
|
||||
def update_progress(progress : tqdm, frame_number : int) -> None:
|
||||
progress.update(frame_number - progress.n)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user