Skip to content

Commit 85b4257

Browse files
refactor
1 parent 0963944 commit 85b4257

File tree

1 file changed

+1
-1
lines changed
  • src/rb-api/rb/api/routes

1 file changed

+1
-1
lines changed

src/rb-api/rb/api/routes/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from fastapi import APIRouter, HTTPException
55
from rb.api.models import CommandResult
6-
from rb.lib.stdout import Capturing
6+
from rb.lib.stdout import Capturing # type: ignore
77

88
from rescuebox.main import app as rescuebox_app
99

0 commit comments

Comments
 (0)