mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
refactor(middleware): reorganize cache middleware into py directory and update import paths
This commit is contained in:
@@ -2,7 +2,7 @@ from pathlib import Path
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
from middleware.cache_middleware import cache_control
|
||||
from py.middleware.cache_middleware import cache_control
|
||||
|
||||
# Create mock modules for py/nodes directory - add this before any other imports
|
||||
def mock_nodes_directory():
|
||||
|
||||
Reference in New Issue
Block a user