Skip to content

Commit 637ad10

Browse files
committed
fix: test script
1 parent bb58490 commit 637ad10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/worker/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ async def process_file(
169169

170170
@app.get("/sftp_files", response_model=PdpListFiles)
171171
def sftp_files(
172-
req: PdpPullRequest,
173172
current_username: Annotated[str, Depends(get_current_username)],
174173
storage_control: Annotated[StorageControl, Depends(StorageControl)],
175174
) -> Any:

0 commit comments

Comments
 (0)