We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b08a3f commit 9d6aeabCopy full SHA for 9d6aeab
agents/ingest_pdf.py
@@ -262,4 +262,4 @@ async def get_state(
262
# --- Entrypoint ---
263
264
if __name__ == "__main__":
265
- uvicorn.run(app, host="0.0.0.0", port=EXTENSION_PORT) # noqa: S104
+ uvicorn.run(app, host="0.0.0.0", port=EXTENSION_PORT) # noqa: S104
0 commit comments