We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0963944 commit 85b4257Copy full SHA for 85b4257
src/rb-api/rb/api/routes/cli.py
@@ -3,7 +3,7 @@
3
4
from fastapi import APIRouter, HTTPException
5
from rb.api.models import CommandResult
6
-from rb.lib.stdout import Capturing
+from rb.lib.stdout import Capturing # type: ignore
7
8
from rescuebox.main import app as rescuebox_app
9
0 commit comments