mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
fix linting error
This commit is contained in:
parent
3c5f477718
commit
8fcccad6a2
@ -91,7 +91,7 @@ def _vanilla_load_importing_execute_prestartup_script(node_paths: Iterable[str])
|
||||
sys.path.insert(0, glob_path)
|
||||
glob_path_added = True
|
||||
# Patch security_check
|
||||
import security_check
|
||||
import security_check # pylint: disable=import-error
|
||||
original_check = security_check.security_check
|
||||
|
||||
def patched_security_check():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user