mirror of https://github.com/langgenius/dify.git
fix: add account import for wraps
This commit is contained in:
parent
ed97dce06e
commit
7ac1629797
|
|
@ -15,6 +15,7 @@ from models import AccountTrialAppRecord, App, InstalledApp, TrialApp
|
|||
from services.app_service import AppService
|
||||
from services.enterprise.enterprise_service import EnterpriseService
|
||||
from services.feature_service import FeatureService
|
||||
from models.account import Account
|
||||
|
||||
P = ParamSpec("P")
|
||||
R = TypeVar("R")
|
||||
|
|
|
|||
Loading…
Reference in New Issue