fix(imports): 3 broken imports — ENTITY_MODELS path, Room→CommConversation, get_cached_mail_summary→MailService
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"total_imports": 2274,
|
||||
"broken": [
|
||||
{
|
||||
"file": "app/routes/entity_permissions.py",
|
||||
"module": "app.models.entity_permission",
|
||||
"name": "ENTITY_MODELS",
|
||||
"line": 105,
|
||||
"issue": "Name 'ENTITY_MODELS' not found in module"
|
||||
},
|
||||
{
|
||||
"file": "app/core/auth.py",
|
||||
"module": "app.models.session",
|
||||
"name": "SessionModel",
|
||||
"line": 261,
|
||||
"issue": "Name 'SessionModel' not found in module"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/automation/agent_comm.py",
|
||||
"module": "app.plugins.builtins.kommunikation.contracts",
|
||||
"name": "Room",
|
||||
"line": 58,
|
||||
"issue": "Name 'Room' not found in module"
|
||||
},
|
||||
{
|
||||
"file": "app/plugins/builtins/automation/agent_runner.py",
|
||||
"module": "app.core.cache",
|
||||
"name": "get_cached_mail_summary",
|
||||
"line": 115,
|
||||
"issue": "Name 'get_cached_mail_summary' not found in module"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user