Skip to content

Commit eefb1ff

Browse files
fix
1 parent f22e286 commit eefb1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbot_server/api/_fastapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from fastapi.responses import RedirectResponse, ORJSONResponse
55
from fastapi import FastAPI, HTTPException, Depends, Request, WebSocket
66

7-
# from bbot_server import modules # noqa: F401
7+
from bbot_server import modules # noqa: F401
88
import bbot_server.config as bbcfg
99
from bbot_server.errors import BBOTServerError, handle_bbot_server_error
1010

0 commit comments

Comments
 (0)