mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
fix lint error in core.py
This commit is contained in:
parent
48f868f293
commit
13644927fc
@ -4,6 +4,7 @@ from typing import Any
|
||||
|
||||
FRAME_PROCESSORS_MODULES = None
|
||||
|
||||
|
||||
def load_processor_module(frame_processor: str)-> Any:
|
||||
try:
|
||||
frame_processor_module = importlib.import_module(f'roop.processors.frame.{frame_processor}')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user