Skip to content

Commit a50a0c9

Browse files
committed
impr: Remove useless code
1 parent 44468f6 commit a50a0c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agentic-backend/agentic_backend/common/kf_workspace_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def _path_user_upload() -> str:
9090

9191
@staticmethod
9292
def _path_agent_config_download(agent_id: str, key: str) -> str:
93-
logical_key = (key or "").strip().replace("\\", "/").split("/")[-1]
9493
return f"/storage/agent-config/{agent_id}/{logical_key}"
9594

9695
@staticmethod

0 commit comments

Comments
 (0)