Skip to content

Commit

Permalink
ignore missing import in spread test
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelapuente committed Sep 3, 2024
1 parent aae2e46 commit ed10eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spread/rockcraft/extension-fastapi/app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from fastapi import FastAPI # pyright: ignore[reportMissingImports]
from fastapi.responses import PlainTextResponse
from fastapi.responses import PlainTextResponse # pyright: ignore[reportMissingImports]

app = FastAPI()

Expand Down

0 comments on commit ed10eb0

Please sign in to comment.