chore: run make lint (2 files reformatted, all checks passed)

chore: run make type-check (0 errors, 0 warnings, 0 notes)
This commit is contained in:
-LAN-
2026-01-06 19:02:54 +08:00
parent c7a3a4fc0e
commit a015cad8b8
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,9 @@ class DatasetIndexToolCallbackHandler:
source="app",
source_app_id=self._app_id,
created_by_role=(
UserFrom.ACCOUNT if self._invoke_from in {InvokeFrom.EXPLORE, InvokeFrom.DEBUGGER} else UserFrom.END_USER
UserFrom.ACCOUNT
if self._invoke_from in {InvokeFrom.EXPLORE, InvokeFrom.DEBUGGER}
else UserFrom.END_USER
),
created_by=self._user_id,
)