We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb58490 commit 637ad10Copy full SHA for 637ad10
src/worker/main.py
@@ -169,7 +169,6 @@ async def process_file(
169
170
@app.get("/sftp_files", response_model=PdpListFiles)
171
def sftp_files(
172
- req: PdpPullRequest,
173
current_username: Annotated[str, Depends(get_current_username)],
174
storage_control: Annotated[StorageControl, Depends(StorageControl)],
175
) -> Any:
0 commit comments